Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralActivex method Pin
Roger H Art14-May-04 9:31
sussRoger H Art14-May-04 9:31 
GeneralRe: Activex method Pin
Member 42102515-May-04 7:34
Member 42102515-May-04 7:34 
GeneralUsing fprintf in sockets Pin
pie14-May-04 9:26
pie14-May-04 9:26 
GeneralBorland to Visual C++ Conversion Pin
Bill Miller14-May-04 9:11
Bill Miller14-May-04 9:11 
GeneralRe: Borland to Visual C++ Conversion Pin
Joe Woodbury14-May-04 9:33
professionalJoe Woodbury14-May-04 9:33 
GeneralRe: Borland to Visual C++ Conversion Pin
Bill Miller14-May-04 10:49
Bill Miller14-May-04 10:49 
Generalerror PRJ0019: A tool returned an error code: Performing registration Pin
parkerpkthn14-May-04 7:51
parkerpkthn14-May-04 7:51 
GeneralRe: error PRJ0019: A tool returned an error code: Performing registration Pin
Giles14-May-04 8:58
Giles14-May-04 8:58 
I have exactly the same problem. If you look under the linker settings you probably have register output, as you would for an ATL project. Thing is this sets the post build event to run regsvr32 /s /c outputname. The ide interprets no output on the command line as being an error,. But /s silent was specified, hence why its confused. So in fact, it did register successfully, but took its silence as meaning something was wrong. Don't get me started on the /c, as its not even an option on regsvr32!

Personally can't see any way to fix it other than turning it off. So you have to regiser it yourself. Possibly, though have not tried it yet, is to pass it to a bat file, to echo something and keep it happy.

All I can say is VC++ team, fix this as its crap!!!!

If you allow me to rant on, another problem I've had recently is that even though I specify link to the Multithreaded debug dll version of the CRT, it will link to both the debug and release versions, giving me problems with heap allocation problems. Arrgh. You have to force it not to link. See LNK4098 I think.

And finally, wait until you see VS.NET get its knickers in a twist with Source Safe. Its really quite sad. Its like a whole load of stuff they have just not tested.



QuestionHow to find paint region of every window? Pin
alexiworld14-May-04 6:57
alexiworld14-May-04 6:57 
AnswerRe: How to find paint region of every window? Pin
Maarten Kools14-May-04 7:25
professionalMaarten Kools14-May-04 7:25 
GeneralTimeStamp Protocol Pin
Luis Ricardo14-May-04 6:56
Luis Ricardo14-May-04 6:56 
GeneralRe: TimeStamp Protocol Pin
David Crow14-May-04 7:02
David Crow14-May-04 7:02 
GeneralRe: TimeStamp Protocol Pin
Luis Ricardo14-May-04 7:22
Luis Ricardo14-May-04 7:22 
GeneralRe: TimeStamp Protocol Pin
David Crow14-May-04 7:34
David Crow14-May-04 7:34 
GeneralRe: TimeStamp Protocol Pin
14-May-04 8:46
suss14-May-04 8:46 
GeneralRe: TimeStamp Protocol Pin
David Crow14-May-04 8:50
David Crow14-May-04 8:50 
GeneralRe: TimeStamp Protocol Pin
huaiyeu14-May-04 8:56
huaiyeu14-May-04 8:56 
GeneralRe: TimeStamp Protocol Pin
Luis Ricardo14-May-04 12:09
Luis Ricardo14-May-04 12:09 
QuestionHow to convert a integer value to CString Pin
huaiyeu14-May-04 6:32
huaiyeu14-May-04 6:32 
AnswerRe: How to convert a integer value to CString Pin
Maarten Kools14-May-04 6:33
professionalMaarten Kools14-May-04 6:33 
AnswerRe: How to convert a integer value to CString Pin
Nitron14-May-04 8:31
Nitron14-May-04 8:31 
AnswerRe: How to convert a integer value to CString: (Ans: CString::Format) Pin
huaiyeu14-May-04 8:41
huaiyeu14-May-04 8:41 
QuestionHow to create a new codec for Windows Media Player... Pin
JSVachon14-May-04 6:31
JSVachon14-May-04 6:31 
AnswerRe: How to create a new codec for Windows Media Player... Pin
Alexander M.,14-May-04 8:05
Alexander M.,14-May-04 8:05 
GeneralRe: How to create a new codec for Windows Media Player... Pin
JSVachon14-May-04 10:01
JSVachon14-May-04 10:01 

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.