Click here to Skip to main content
15,885,366 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionStrange: CreateWindow fails, but it doesn't Pin
Foothill12-May-11 8:13
professionalFoothill12-May-11 8:13 
AnswerRe: Strange: CreateWindow fails, but it doesn't Pin
John Schroedl12-May-11 11:02
professionalJohn Schroedl12-May-11 11:02 
GeneralRe: Strange: CreateWindow fails, but it doesn't Pin
Foothill12-May-11 11:30
professionalFoothill12-May-11 11:30 
QuestionHow to read data from COMPORT Pin
bqhoang10-May-11 16:46
bqhoang10-May-11 16:46 
AnswerRe: How to read data from COMPORT Pin
Luc Pattyn10-May-11 16:56
sitebuilderLuc Pattyn10-May-11 16:56 
AnswerRe: How to read data from COMPORT Pin
LiangGuangLin3-Jul-11 19:03
LiangGuangLin3-Jul-11 19:03 
GeneralRe: How to read data from COMPORT Pin
bqhoang3-Jul-11 19:46
bqhoang3-Jul-11 19:46 
Questiondecoration of Identifiers Pin
Bram van Kampen7-May-11 14:41
Bram van Kampen7-May-11 14:41 
Hi.

I want to statically link to a DLL, 'USBm.dll'(From USBMicro.com, a Hardware Interface that allows one to interface Relays etc. via a USB device they sell.)
I use VC5.00, so I require a Lib file to link with. My Compiler generates from a C-function named foo() the 'Decorated' name: '_foo' (it adds a leading Underscore). Unfortunately, the functions in the DLL are exported without such leading underscore. (The DLL has Borland Compiler suggestions in the way it was put together, I suspect that that's the compiler they (who wrote the DLL)use)
Normally I would create a DLL project with 'DoNothing' functions for each of the functions in the DLL Header. Discard the DLL, but, keep the Lib.

How do I convince My VC 5.00 compiler to emit obj files without decorating the function name. Is there an Obscure Command Line Switch


Regards,

Smile | :)
Bram van Kampen

AnswerRe: decoration of Identifiers Pin
Luc Pattyn7-May-11 15:06
sitebuilderLuc Pattyn7-May-11 15:06 
GeneralRe: decoration of Identifiers Pin
Bram van Kampen8-May-11 5:55
Bram van Kampen8-May-11 5:55 
GeneralRe: decoration of Identifiers Pin
Luc Pattyn8-May-11 6:01
sitebuilderLuc Pattyn8-May-11 6:01 
QuestionCreation of a Word 2007 document using the Open XML Format SDK using C++/CLI Pin
AthreyaRaghu4-May-11 2:11
AthreyaRaghu4-May-11 2:11 
AnswerRe: Creation of a Word 2007 document using the Open XML Format SDK using C++/CLI Pin
jschell4-May-11 8:45
jschell4-May-11 8:45 
QuestionHow can I pass different CmdLine arguments to the already running process in VC++? Pin
DotNet.Agrawal27-Apr-11 0:23
DotNet.Agrawal27-Apr-11 0:23 
AnswerRe: How can I pass different CmdLine arguments to the already running process in VC++? Pin
Richard MacCutchan27-Apr-11 1:39
mveRichard MacCutchan27-Apr-11 1:39 
QuestionHow to run Linux cpp excutable in winows os? Pin
mathivanaan26-Apr-11 17:06
mathivanaan26-Apr-11 17:06 
AnswerRe: How to run Linux cpp excutable in winows os? Pin
Luc Pattyn26-Apr-11 17:52
sitebuilderLuc Pattyn26-Apr-11 17:52 
AnswerRe: How to run Linux cpp excutable in winows os? Pin
DaveX8628-Apr-11 7:38
DaveX8628-Apr-11 7:38 
AnswerRe: How to run Linux cpp excutable in winows os? Pin
jschell28-Apr-11 8:32
jschell28-Apr-11 8:32 
QuestionMixed C++/CLI code with Berkeley DB Pin
anti.AS24-Apr-11 23:26
anti.AS24-Apr-11 23:26 
AnswerRe: Mixed C++/CLI code with Berkeley DB Pin
jschell25-Apr-11 8:26
jschell25-Apr-11 8:26 
GeneralRe: Mixed C++/CLI code with Berkeley DB Pin
anti.AS25-Apr-11 8:34
anti.AS25-Apr-11 8:34 
GeneralRe: Mixed C++/CLI code with Berkeley DB Pin
jschell26-Apr-11 8:05
jschell26-Apr-11 8:05 
GeneralRe: Mixed C++/CLI code with Berkeley DB Pin
anti.AS26-Apr-11 10:20
anti.AS26-Apr-11 10:20 
Questionboost:asio Pin
Alan Kurlansky22-Apr-11 6:42
Alan Kurlansky22-Apr-11 6:42 

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.