Click here to Skip to main content
16,010,544 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to debug a VB dll called from VC Pin
ns18-Sep-02 8:59
ns18-Sep-02 8:59 
AnswerA little more detail maybe? Pin
Joel Holdsworth18-Sep-02 8:58
Joel Holdsworth18-Sep-02 8:58 
GeneralRe: A little more detail maybe? Pin
ns18-Sep-02 9:05
ns18-Sep-02 9:05 
GeneralRe: A little more detail maybe? Pin
Joel Holdsworth18-Sep-02 9:09
Joel Holdsworth18-Sep-02 9:09 
GeneralRe: A little more detail maybe? Pin
ns18-Sep-02 9:14
ns18-Sep-02 9:14 
GeneralRe: A little more detail maybe? Pin
Anders Molin18-Sep-02 9:51
professionalAnders Molin18-Sep-02 9:51 
AnswerRe: how to debug a VB dll called from VC Pin
Daniel Turini18-Sep-02 9:52
Daniel Turini18-Sep-02 9:52 
AnswerRe: how to debug a VB dll called from VC Pin
Anders Molin18-Sep-02 9:55
professionalAnders Molin18-Sep-02 9:55 
I have only done it with COM Objects written in VB and used from VC.

You go into your VB project settings and tell the compiler to generate debug info (.dbg-files I think), and you have to turn optimation off.

Then you place the .dbg-files and your dll in the same place, and from the VC debugger you just step into the code. The first time you do that, it asks for the VB source. Works perfectly fine, I have done it a couple of times with COM Objects written in VB...

- Anders

Money talks, but all mine ever says is "Goodbye!"
GeneralRe: how to debug a VB dll called from VC Pin
Ryan B.18-Sep-02 10:05
Ryan B.18-Sep-02 10:05 
GeneralRe: how to debug a VB dll called from VC Pin
Anders Molin18-Sep-02 10:33
professionalAnders Molin18-Sep-02 10:33 
GeneralRe: thanks for the info! Pin
ns18-Sep-02 10:23
ns18-Sep-02 10:23 
QuestionFree open source windows C++ compiler? Pin
Joel Holdsworth18-Sep-02 8:50
Joel Holdsworth18-Sep-02 8:50 
GeneralRe: Free open source windows C++ compiler? Pin
Joel Holdsworth18-Sep-02 9:26
Joel Holdsworth18-Sep-02 9:26 
AnswerRe: Free open source windows C++ compiler? Pin
Chris Richardson18-Sep-02 11:13
Chris Richardson18-Sep-02 11:13 
GeneralAnother question about winsock Pin
nachilau18-Sep-02 8:44
nachilau18-Sep-02 8:44 
GeneralRe: Another question about winsock Pin
Anders Molin18-Sep-02 9:57
professionalAnders Molin18-Sep-02 9:57 
GeneralRe: Another question about winsock Pin
valikac18-Sep-02 11:52
valikac18-Sep-02 11:52 
GeneralCoInitialize and COM Pin
ns18-Sep-02 8:45
ns18-Sep-02 8:45 
GeneralRe: CoInitialize and COM Pin
Stephane Rodriguez.18-Sep-02 8:54
Stephane Rodriguez.18-Sep-02 8:54 
GeneralRe: CoInitialize and COM Pin
ns18-Sep-02 8:57
ns18-Sep-02 8:57 
GeneralRe: CoInitialize and COM Pin
Stephane Rodriguez.18-Sep-02 9:06
Stephane Rodriguez.18-Sep-02 9:06 
GeneralRe: CoInitialize and COM Pin
ns18-Sep-02 9:10
ns18-Sep-02 9:10 
GeneralRe: CoInitialize and COM Pin
Stephane Rodriguez.18-Sep-02 9:42
Stephane Rodriguez.18-Sep-02 9:42 
GeneralRe: CoInitialize and COM Pin
Michael Dunn18-Sep-02 9:21
sitebuilderMichael Dunn18-Sep-02 9:21 
QuestionIs it me or PVCS's crappy API? Pin
brianwelsch18-Sep-02 8:15
brianwelsch18-Sep-02 8:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.