Click here to Skip to main content
15,928,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SID to Text, and Text to SID Pin
Michael Dunn18-Jan-03 14:21
sitebuilderMichael Dunn18-Jan-03 14:21 
GeneralRe: SID to Text, and Text to SID Pin
Paul Farry18-Jan-03 17:55
professionalPaul Farry18-Jan-03 17:55 
Question(no mfc) Jpeglib ? Pin
int01h18-Jan-03 13:29
int01h18-Jan-03 13:29 
AnswerRe: (no mfc) Jpeglib ? Pin
Mike Nordell20-Jan-03 3:32
Mike Nordell20-Jan-03 3:32 
GeneralRemoving something you've drawn Pin
Vamp18-Jan-03 12:03
Vamp18-Jan-03 12:03 
GeneralRe: Removing something you've drawn Pin
Christian Graus18-Jan-03 12:49
protectorChristian Graus18-Jan-03 12:49 
GeneralRe: Removing something you've drawn Pin
Vamp19-Jan-03 6:05
Vamp19-Jan-03 6:05 
GeneralRe: Removing something you've drawn Pin
Vamp19-Jan-03 6:24
Vamp19-Jan-03 6:24 
GeneralRe: Removing something you've drawn Pin
Christian Graus19-Jan-03 8:36
protectorChristian Graus19-Jan-03 8:36 
Generalnewline in win xp Pin
SHaroz18-Jan-03 11:16
SHaroz18-Jan-03 11:16 
GeneralRe: newline in win xp Pin
Mike Nordell18-Jan-03 11:28
Mike Nordell18-Jan-03 11:28 
GeneralRe: newline in win xp Pin
SHaroz19-Jan-03 10:50
SHaroz19-Jan-03 10:50 
GeneralRe: newline in win xp Pin
Mike Nordell20-Jan-03 6:51
Mike Nordell20-Jan-03 6:51 
GeneralAdvanced WAV Manipulation Pin
EmilsHere18-Jan-03 11:15
EmilsHere18-Jan-03 11:15 
GeneralRe: Advanced WAV Manipulation Pin
gekoscan18-Jan-03 21:38
gekoscan18-Jan-03 21:38 
GeneralRepainting Pin
john john mackey18-Jan-03 9:05
john john mackey18-Jan-03 9:05 
GeneralRe: Repainting Pin
Daniel Ferguson19-Jan-03 17:10
Daniel Ferguson19-Jan-03 17:10 
GeneralRe: Repainting Pin
john john mackey20-Jan-03 6:47
john john mackey20-Jan-03 6:47 
GeneralRe: Repainting Pin
Daniel Ferguson20-Jan-03 13:07
Daniel Ferguson20-Jan-03 13:07 
GeneralDLL help Pin
Jagruthi18-Jan-03 8:47
Jagruthi18-Jan-03 8:47 
Hi!
I have a VC++ application which works by itself. I need to convert it into a DLL so that i can call it from VB. I created a new win32 dll and added the source files and the header files to the project. THe application consists of many classes and has a main funciton as starting point. I used the _stdcall calling convention before the main function and declared the function prototype in a header file. The dll compiled without any errors.But when i try to call the dll form VB the runtime error 453 The function not found in the specified dll file pops up
I am a beginner in the VC++ and have very little knowledge of the language.
can u please suggest any solution to the above problem
Thanx

GeneralRe: DLL help Pin
Stefan Pedersen18-Jan-03 10:14
Stefan Pedersen18-Jan-03 10:14 
GeneralRe: DLL help Pin
HENDRIK R20-Jan-03 1:53
HENDRIK R20-Jan-03 1:53 
GeneralRe: DLL help Pin
Anonymous20-Jan-03 5:01
Anonymous20-Jan-03 5:01 
GeneralRe: DLL help Pin
Jagruthi20-Jan-03 5:05
Jagruthi20-Jan-03 5:05 
GeneralRe: DLL help Pin
HENDRIK R20-Jan-03 21:40
HENDRIK R20-Jan-03 21:40 

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.