Click here to Skip to main content
15,905,612 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRemove help button on CPropertySheet Pin
murali_utr23-Sep-03 20:27
murali_utr23-Sep-03 20:27 
GeneralTry this! Pin
Manikandan23-Sep-03 20:59
Manikandan23-Sep-03 20:59 
GeneralCProeperty Page OnOk() Pin
murali_utr23-Sep-03 23:18
murali_utr23-Sep-03 23:18 
Generalor Try this! Pin
Manikandan23-Sep-03 21:02
Manikandan23-Sep-03 21:02 
GeneralRe: or Try this! Pin
murali_utr23-Sep-03 22:20
murali_utr23-Sep-03 22:20 
GeneralRe: Remove help button on CPropertySheet Pin
Member 42425923-Sep-03 21:31
Member 42425923-Sep-03 21:31 
GeneralRe: Remove help button on CPropertySheet Pin
murali_utr23-Sep-03 22:19
murali_utr23-Sep-03 22:19 
GeneralDLL Registeration Issue Pin
fadee23-Sep-03 19:20
fadee23-Sep-03 19:20 
Hi
I am doing following set of activities...

1) Compiled an IDL file to get TLB, registered it using regtlb32 and is available in OLE/COM viewer

2) Compiled the project (which is supposed to generated the DLL). In Project settiongs, I have got following lines as Custom Build Setup

<br />
regsvr32  /c "$(TargetPath)"<br />
echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"<br />


When I compile this project, IDE says "DllRegisterServer in f:\MyWork\ProjectX.dll succeeded."

But when I try to register manually (regsvr32 f:\MyWork\ProjectX.dll), it gives error...

LoadLibrary("f:\MyWork\ProjectX.dll") failed - The specified module could not be found.


Basically this project is written in VC 5/6 and I am compiling it in VC++ .NET. Any suggestions?

HELP!!!!!!!!!!

stuck lil' ol' mE

---------------------
A gasp of breath,
A sudden death:
The tale begun.

A rustled page
Passes an age:
The tale is done.
GeneralRe: DLL Registeration Issue Pin
geo_m23-Sep-03 21:09
geo_m23-Sep-03 21:09 
GeneralRe: DLL Registeration Issue Pin
fadee23-Sep-03 21:48
fadee23-Sep-03 21:48 
GeneralRe: DLL Registeration Issue Pin
1.5kg23-Sep-03 22:28
1.5kg23-Sep-03 22:28 
GeneralRe: DLL Registeration Issue Pin
fadee23-Sep-03 23:36
fadee23-Sep-03 23:36 
GeneralNeed help for STL Pin
zma6423-Sep-03 18:43
zma6423-Sep-03 18:43 
GeneralRe: Need help for STL Pin
Joaquín M López Muñoz23-Sep-03 20:14
Joaquín M López Muñoz23-Sep-03 20:14 
GeneralThanks Pin
Anonymous24-Sep-03 3:30
Anonymous24-Sep-03 3:30 
QuestionDo you write &quot;precondition&quot; and &quot;postcondition&quot; in your comment? Pin
Link260023-Sep-03 18:27
Link260023-Sep-03 18:27 
AnswerRe: Do you write &quot;precondition&quot; and &quot;postcondition&quot; in your comment? Pin
Michael Dunn23-Sep-03 18:46
sitebuilderMichael Dunn23-Sep-03 18:46 
GeneralRe: Do you write &quot;precondition&quot; and &quot;postcondition&quot; in your comment? Pin
Link260023-Sep-03 18:55
Link260023-Sep-03 18:55 
GeneralRe: Do you write &quot;precondition&quot; and &quot;postcondition&quot; in your comment? Pin
David Crow24-Sep-03 2:22
David Crow24-Sep-03 2:22 
GeneralRe: Do you write &quot;precondition&quot; and &quot;postcondition&quot; in your comment? Pin
Link260024-Sep-03 12:15
Link260024-Sep-03 12:15 
GeneralRe: Do you write &quot;precondition&quot; and &quot;postcondition&quot; in your comment? Pin
David Crow25-Sep-03 9:44
David Crow25-Sep-03 9:44 
GeneralQuestion about mmap Pin
George223-Sep-03 16:55
George223-Sep-03 16:55 
GeneralHooking keyboard events not working on Win98 Pin
tommyfotak23-Sep-03 16:53
tommyfotak23-Sep-03 16:53 
GeneralPlatform SDK Pin
esepich23-Sep-03 15:58
esepich23-Sep-03 15:58 
GeneralRe: Platform SDK Pin
David Stone23-Sep-03 16:10
sitebuilderDavid Stone23-Sep-03 16:10 

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.