Click here to Skip to main content
15,893,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do i create dll it will expose to all other function structures Pin
Jim Crafton6-Jan-05 16:23
Jim Crafton6-Jan-05 16:23 
QuestionWhy GDI&GDI+ occurs most of CPU time when they are used at the same time? Pin
wpxu6-Jan-05 2:39
professionalwpxu6-Jan-05 2:39 
AnswerRe: Why GDI&GDI+ occurs most of CPU time when they are used at the same time? Pin
PJ Arends6-Jan-05 8:18
professionalPJ Arends6-Jan-05 8:18 
QuestionHow to migrate .lib to dll Pin
alhadav6-Jan-05 2:35
alhadav6-Jan-05 2:35 
AnswerRe: How to migrate .lib to dll Pin
basementman6-Jan-05 4:33
basementman6-Jan-05 4:33 
GeneralRe: How to migrate .lib to dll Pin
Anonymous6-Jan-05 4:43
Anonymous6-Jan-05 4:43 
GeneralRe: How to migrate .lib to dll Pin
basementman6-Jan-05 5:11
basementman6-Jan-05 5:11 
GeneralRe: How to migrate .lib to dll Pin
Jim Crafton6-Jan-05 16:26
Jim Crafton6-Jan-05 16:26 
there's one caveat to this.
If you .lib was C++ then these names will be mangled, *especially* if they are classes, and calling them dynamically will be pretty difficult ( I have no idea how you tackle it). If the functions are just normal static functions, be sure to wrap them with extern "C" { } braces, that way the name mangling will be turned off as well.

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
QuestionHow can I use "User SID" to run a process? Pin
mayash756-Jan-05 2:13
mayash756-Jan-05 2:13 
GeneralResizing CListCtrl Pin
laavsjj6-Jan-05 1:02
laavsjj6-Jan-05 1:02 
GeneralRe: Resizing CListCtrl Pin
Martin Koorts6-Jan-05 2:57
Martin Koorts6-Jan-05 2:57 
GeneralIs anyone see source code of ZModem for win32?(-) Pin
dim136-Jan-05 0:47
dim136-Jan-05 0:47 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
toxcct6-Jan-05 3:02
toxcct6-Jan-05 3:02 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
dim139-Jan-05 22:06
dim139-Jan-05 22:06 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
Ravi Bhavnani6-Jan-05 4:56
professionalRavi Bhavnani6-Jan-05 4:56 
GeneralRe: Is anyone see source code of ZModem for win32?(-) Pin
dim139-Jan-05 21:54
dim139-Jan-05 21:54 
GeneralUnable to get the parent of the webbrowser control hosted in a dialog box Pin
Anonymous6-Jan-05 0:00
Anonymous6-Jan-05 0:00 
GeneralRe: Unable to get the parent of the webbrowser control hosted in a dialog box Pin
Rouslan Grabar [Russ]6-Jan-05 1:18
Rouslan Grabar [Russ]6-Jan-05 1:18 
GeneralRe: Unable to get the parent of the webbrowser control hosted in a dialog box Pin
Anonymous6-Jan-05 17:56
Anonymous6-Jan-05 17:56 
Generalfunction passing problem Pin
chris285835-Jan-05 23:51
chris285835-Jan-05 23:51 
GeneralRe: function passing problem Pin
Mike Beckerleg6-Jan-05 0:35
Mike Beckerleg6-Jan-05 0:35 
GeneralRe: function passing problem Pin
toxcct6-Jan-05 3:06
toxcct6-Jan-05 3:06 
GeneralUSB in Visual C++ Pin
Johnny Peszek5-Jan-05 23:06
Johnny Peszek5-Jan-05 23:06 
GeneralRe: USB in Visual C++ Pin
Cedric Moonen6-Jan-05 1:09
Cedric Moonen6-Jan-05 1:09 
GeneralRe: USB in Visual C++ Pin
Johnny Peszek6-Jan-05 3:11
Johnny Peszek6-Jan-05 3:11 

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.