Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondll creation in win32 Pin
hrishiS3-Mar-09 18:29
hrishiS3-Mar-09 18:29 
AnswerRe: dll creation in win32 Pin
_AnsHUMAN_ 3-Mar-09 18:47
_AnsHUMAN_ 3-Mar-09 18:47 
GeneralRe: dll creation in win32 Pin
hrishiS3-Mar-09 19:06
hrishiS3-Mar-09 19:06 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 19:44
Eytukan3-Mar-09 19:44 
GeneralRe: dll creation in win32 * Pin
hrishiS3-Mar-09 20:52
hrishiS3-Mar-09 20:52 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 20:57
Eytukan3-Mar-09 20:57 
GeneralRe: dll creation in win32 * [modified] Pin
hrishiS3-Mar-09 21:17
hrishiS3-Mar-09 21:17 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 22:01
Eytukan3-Mar-09 22:01 
Okay let's troubleshoot that one. Remove all types of references to your lib.

just add this pragma to include you lib (example) :
#pragma comment(lib,"C:\\yourclass\\Win32StaticLib.lib")


And try the same. I think you are referring to a wrong path. Just check and tell me. Here in static lib you dont need to export or anything. You can simply type in the code and build the lib and start using it. I just tried a sample. Everything works fine.

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

GeneralRe: dll creation in win32 * Pin
hrishiS3-Mar-09 22:24
hrishiS3-Mar-09 22:24 
GeneralRe: dll creation in win32 * Pin
hrishiS3-Mar-09 22:26
hrishiS3-Mar-09 22:26 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 22:33
Eytukan3-Mar-09 22:33 
GeneralRe: dll creation in win32 * Pin
hrishiS3-Mar-09 22:38
hrishiS3-Mar-09 22:38 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 22:48
Eytukan3-Mar-09 22:48 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 22:36
Eytukan3-Mar-09 22:36 
GeneralRe: dll creation in win32 * Pin
hrishiS3-Mar-09 22:39
hrishiS3-Mar-09 22:39 
GeneralRe: dll creation in win32 * Pin
hrishiS3-Mar-09 23:20
hrishiS3-Mar-09 23:20 
GeneralRe: dll creation in win32 * Pin
Eytukan3-Mar-09 23:25
Eytukan3-Mar-09 23:25 
AnswerRe: dll creation in win32 Pin
Hamid_RT3-Mar-09 19:08
Hamid_RT3-Mar-09 19:08 
QuestionConvert 16bit grayscale bitmap to 8bit grayscale bitmap Pin
Akt_4_U3-Mar-09 18:12
Akt_4_U3-Mar-09 18:12 
QuestionWriting 8-bit grayscale bitmap data Pin
Member 21167363-Mar-09 17:36
Member 21167363-Mar-09 17:36 
AnswerRe: Writing 8-bit grayscale bitmap data Pin
Akt_4_U3-Mar-09 18:08
Akt_4_U3-Mar-09 18:08 
GeneralRe: Writing 8-bit grayscale bitmap data Pin
Member 21167363-Mar-09 21:03
Member 21167363-Mar-09 21:03 
GeneralRe: Writing 8-bit grayscale bitmap data Pin
Akt_4_U3-Mar-09 22:01
Akt_4_U3-Mar-09 22:01 
GeneralRe: Writing 8-bit grayscale bitmap data Pin
Member 21167364-Mar-09 4:09
Member 21167364-Mar-09 4:09 
GeneralRe: Writing 8-bit grayscale bitmap data Pin
Akt_4_U4-Mar-09 22:19
Akt_4_U4-Mar-09 22:19 

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.