Click here to Skip to main content
15,920,438 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
General.NET IE Addins Pin
Padgett Rowell1-Aug-04 5:56
Padgett Rowell1-Aug-04 5:56 
GeneralRe: .NET IE Addins Pin
Nick Parker2-Aug-04 3:55
protectorNick Parker2-Aug-04 3:55 
GeneralRe: .NET IE Addins Pin
Padgett Rowell2-Aug-04 18:47
Padgett Rowell2-Aug-04 18:47 
GeneralDll could not be loaded Pin
softp_vc30-Jul-04 17:18
softp_vc30-Jul-04 17:18 
GeneralRe: Dll could not be loaded Pin
Roger Wright31-Jul-04 4:53
professionalRoger Wright31-Jul-04 4:53 
GeneralRe: Dll could not be loaded Pin
softp_vc1-Aug-04 17:35
softp_vc1-Aug-04 17:35 
GeneralRe: Dll could not be loaded Pin
Roger Wright2-Aug-04 3:44
professionalRoger Wright2-Aug-04 3:44 
GeneralFun with compiler errors Pin
adonisv30-Jul-04 8:22
adonisv30-Jul-04 8:22 
I'm getting these errors as I try to upgrade an visual studio 6.0 project to .NET. Sigh | :sigh:

1)"error C2628: 'wchar_t' followed by 'unsigned' is illegal (did you forget a ';'?)"

which points to this part of the code

typedef wchar_t WCHAR; // wc, 16-bit UNICODE character

in the "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h" file

2) "error C2371: 'BOOLEAN' : redefinition; different basic types."

which points to this part of the code

typedef BYTE BOOLEAN;

in the "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h file."

and last but NOT least,

3) "error C2371: 'BOOLEAN' : redefinition; different basic types."

which points to this part of the code

/* For backward compatibility */
typedef VARIANT_BOOL _VARIANT_BOOL;

#else
/* ANSI C/C++ reserve bool as keyword */
#define _VARIANT_BOOL /##/
#endif
typedef boolean BOOLEAN;

in the "c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WTypes.h file."

Is there a way to NOT include these files when I compile? OMG | :OMG:
GeneralRe: Fun with compiler errors Pin
Eric Reynolds4-Aug-04 5:04
Eric Reynolds4-Aug-04 5:04 
GeneralRe: Fun with compiler errors Pin
adonisv4-Aug-04 17:20
adonisv4-Aug-04 17:20 
GeneralRe: Fun with compiler errors Pin
adonisv11-Aug-04 11:59
adonisv11-Aug-04 11:59 
GeneralI dont get this compiler setting conflict! Pin
adonisv30-Jul-04 7:16
adonisv30-Jul-04 7:16 
GeneralRe: I dont get this compiler setting conflict! Pin
leppie30-Jul-04 8:06
leppie30-Jul-04 8:06 
GeneralRe: I dont get this compiler setting conflict! Pin
adonisv30-Jul-04 8:12
adonisv30-Jul-04 8:12 
GeneralNew features in .net 2 beta Pin
SirErugor30-Jul-04 5:22
SirErugor30-Jul-04 5:22 
GeneralRe: New features in .net 2 beta Pin
leppie30-Jul-04 7:52
leppie30-Jul-04 7:52 
GeneralProcessing after suspend or hibernate Pin
Andy Henderson30-Jul-04 3:35
Andy Henderson30-Jul-04 3:35 
GeneralRe: Processing after suspend or hibernate Pin
leppie30-Jul-04 8:11
leppie30-Jul-04 8:11 
GeneralRe: Processing after suspend or hibernate Pin
Andy Henderson31-Jul-04 23:55
Andy Henderson31-Jul-04 23:55 
GeneralRe: Processing after suspend or hibernate Pin
leppie2-Aug-04 1:20
leppie2-Aug-04 1:20 
GeneralRe: Processing after suspend or hibernate Pin
Andy Henderson2-Aug-04 3:37
Andy Henderson2-Aug-04 3:37 
GeneralRe: Processing after suspend or hibernate Pin
Andy Henderson3-Aug-04 8:20
Andy Henderson3-Aug-04 8:20 
GeneralQuestion on REMOTING Pin
DragonFox30-Jul-04 1:29
DragonFox30-Jul-04 1:29 
GeneralRe: Question on REMOTING Pin
leppie30-Jul-04 8:14
leppie30-Jul-04 8:14 
GeneralRe: Question on REMOTING Pin
abjalmanduru3-Aug-04 2:56
abjalmanduru3-Aug-04 2:56 

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.