Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Crystal Report 8.0 ... Pin
Hadi Rezaee3-Aug-01 17:59
Hadi Rezaee3-Aug-01 17:59 
GeneralScrollbar Pin
confalonieri1-Aug-01 22:10
confalonieri1-Aug-01 22:10 
GeneralRe: Scrollbar Pin
Tomasz Sowinski2-Aug-01 1:21
Tomasz Sowinski2-Aug-01 1:21 
Questionhow calculate a length of time? Pin
Gérald Mercet1-Aug-01 21:57
Gérald Mercet1-Aug-01 21:57 
AnswerRe: how calculate a length of time? Pin
Tomasz Sowinski2-Aug-01 1:04
Tomasz Sowinski2-Aug-01 1:04 
GeneralVisual C++ Pin
G.S.Gupta1-Aug-01 21:22
G.S.Gupta1-Aug-01 21:22 
GeneralRe: Visual C++ Pin
Tomasz Sowinski2-Aug-01 1:30
Tomasz Sowinski2-Aug-01 1:30 
QuestionGDI+ from June SDK CD ??? Pin
Christian Graus1-Aug-01 20:08
protectorChristian Graus1-Aug-01 20:08 
Anyone managed to make GDI+ work fro the June CD ? After figuring out places they have changed function prototypes, I am still left with the following errors:

C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(32) : error C2065: 'ULONG_PTR' : undeclared identifier
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(32) : error C2065: 'token' : undeclared identifier
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(32) : error C2165: 'left-side modifier' : cannot modify pointers to data
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(32) : error C2071: 'NotificationHookProc' : illegal storage class
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(33) : error C2146: syntax error : missing ')' before identifier 'token'
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(33) : error C2165: 'left-side modifier' : cannot modify pointers to data
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(33) : error C2071: 'NotificationUnhookProc' : illegal storage class
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(33) : error C2059: syntax error : ')'
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(86) : error C2059: syntax error : 'const'
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(95) : error C2146: syntax error : missing ')' before identifier 'token'
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(95) : warning C4229: anachronism used : modifiers on data are ignored
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(95) : error C2182: 'GdiplusShutdown' : illegal use of type 'void'
C:\PROGRAM FILES\MICROSOFT SDK\INCLUDE\PRERELEASE\GdiplusInit.h(95) : error C2059: syntax error : ')'
Error executing cl.exe.


My code does not call the functions in GDIPlusInit ( it's a COM component that assumes GDI+ has been started ). It works at work with the old SDK, but I did a full install of the new one and apparently it does not know what a ULONG_PTR is, and if I #define it myself all compiles fine. This should not be, surely ?

Also, I've searched and there is nonew dll ( at least not on my hard drive after a full install ). Is there no new dll ? How is this possible ? Where is it hidden ?

Thanks to anyone with constructive suggestions ;0)

Christian

#include "std_disclaimer.h"

The careful application of terror is also a form of communication.

Eagles may soar, but weasels don't get sucked into jet engines.
AnswerRe: GDI+ from June SDK CD ??? Pin
Michael Dunn1-Aug-01 22:47
sitebuilderMichael Dunn1-Aug-01 22:47 
Questionget the MAC-adress from a host computer? Pin
Heidyon1-Aug-01 18:18
Heidyon1-Aug-01 18:18 
AnswerRe: get the MAC-adress from a host computer? Pin
Michael A. Barnhart2-Aug-01 0:43
Michael A. Barnhart2-Aug-01 0:43 
GeneralIt might be easier if somebody just shot me Pin
Michael Martin1-Aug-01 17:47
professionalMichael Martin1-Aug-01 17:47 
GeneralRe: It might be easier if somebody just shot me Pin
Shankar Chandra Bose1-Aug-01 18:01
Shankar Chandra Bose1-Aug-01 18:01 
GeneralRe: Font Changing Pin
Derek Lakin2-Aug-01 1:30
Derek Lakin2-Aug-01 1:30 
Generala simple question Pin
1-Aug-01 17:27
suss1-Aug-01 17:27 
GeneralRe: a simple question Pin
Matt.W.1-Aug-01 18:00
Matt.W.1-Aug-01 18:00 
GeneralXalan transform problem in VC Pin
Michael A. Barnhart1-Aug-01 17:09
Michael A. Barnhart1-Aug-01 17:09 
GeneralRe: Xalan transform problem in VC Pin
Michael A Barnhart2-Aug-01 7:51
Michael A Barnhart2-Aug-01 7:51 
GeneralSo, how good are you? ;) (C/C++) Pin
Shankar Chandra Bose1-Aug-01 16:02
Shankar Chandra Bose1-Aug-01 16:02 
GeneralRe: So, how good are you? ;) (C/C++) Pin
1-Aug-01 16:11
suss1-Aug-01 16:11 
GeneralRe: So, how good are you? ;) (C/C++) Pin
Shankar Chandra Bose1-Aug-01 16:42
Shankar Chandra Bose1-Aug-01 16:42 
GeneralRe: So, how good are you? ;) (C/C++) Pin
Michael Martin1-Aug-01 16:13
professionalMichael Martin1-Aug-01 16:13 
GeneralRe: So, how good are you? ;) (C/C++) Pin
1-Aug-01 16:19
suss1-Aug-01 16:19 
GeneralRe: So, how good are you? ;) (C/C++) Pin
Michael Martin1-Aug-01 16:44
professionalMichael Martin1-Aug-01 16:44 
GeneralRe: So, how good are you? ;) (C/C++) Pin
Mikhail Ermishkin1-Aug-01 21:42
Mikhail Ermishkin1-Aug-01 21:42 

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.