 |
|
 |
I have downloaded the source files but it does not appear to be a valid archieve. Where can I get these source files? Someone can help me?
Thanks a lot
D
Danny
|
|
|
|
 |
|
 |
I have download the WTL Wizard source and followed the set up process on
http://www.codeproject.com/wtl/wtl4vsnet.asp
then I call the Wizard in VS.NET 2003, but it show
"Object with program ID VsWizard.VsWizardEngine cannot be created"
Please help for solvi1ng this!
Thanks veryyyyyy much!
|
|
|
|
 |
|
 |
such as using Chinese Resource...
thanx!
|
|
|
|
 |
|
 |
Under Visual Studio 2003, the wizard cannot work, thanks!
|
|
|
|
 |
|
 |
OK, I have found the way. Modify these files:
Line39:
var strVC7Key = "HKLM\\Software\\Microsoft\\VisualStudio\\7.0\\Setup\\VC\\ProductDir";
change to:
var strVC7Key = "HKLM\\Software\\Microsoft\\VisualStudio\\7.1\\Setup\\VC\\ProductDir";
Line2:
Wizard=VsWizard.VsWizardEngine
change to:
Wizard=VsWizard.VsWizardEngine.7.1
That's all!
|
|
|
|
 |
|
 |
First File is: AppWiz70\Setup.js
Second File is: AppWiz70\Files\WTLApp70.vsz
|
|
|
|
 |
|
 |
I don't see either of these files in the zip...
|
|
|
|
 |
|
 |
They are in the AppWiz70 directory of the WTL70 package from MS.
|
|
|
|
 |
|
 |
The source files don't seem to be available anymore. I get a "page not found" error. Where can I get hold of these source files?
thanks
N
|
|
|
|
 |
|
 |
Hi,
I like to port my current WTL apps to Visual Studio .NET but I've tried to build a standard WTL app with this Wizzard. I've included the paths to WTL and using WTL 3.1. The following warnings and errors occur if I try to make a standard WTL dialog app:
Compiler warnings:
atlapp.h line 400: conversion from 'LONG_PTR' to 'LONG', possible loss of data
atlapp.h line 433: conversion from 'LONG' to 'WTL::CAppModule *' of greater size.
Runtime error:
Assertion: Allocate.cpp, line 247: (iCategory < m_pProcess->CategoryCount()) || (iCategory == -1)
Can anyone tell me if it is just a compiler setting or is there an update of WTL for Visual Studio .NET?
Thanks in advance,
Remon
|
|
|
|
 |
|
 |
Hello,
This wizard works great, however, when I try to host ActiveX controls and add sink entry events, the program can no longer compile. It throws this error:
error C2504: 'CDialogImpl' : base class undefined
Shouldn't the base class be CAxDialogImpl?? Any help would be appreaciated. Thanks.
Thanks, Ryan
|
|
|
|
 |
|
 |
I found that you included atlbase61.h in the stdafx.h, but I don't have that one. Has it to do with 64-bit compatibility? I deleted it, and it works fine now.
LPCSTR Dutch = "Double Dutch "
|
|
|
|
 |
|
 |
Saved lot of my time as I was thinking to do it myself
|
|
|
|
 |
|
 |
I removed the definition of atlTraceUI in atlapp.h but now the linker complains that the symbol is undefined.
Have you encountered this kind of error, did you have to replace atlTraceUI from all the other WTL headers also?
All in all, the Wizard is great thanks a lot... !
|
|
|
|
 |
|
 |
Nervermind, I made a stupid mistake, I also removed the definition for atlTraceUI in the main source file, after creating a new app and not removing that definition all worked ok. Sorry
|
|
|
|
 |
|
 |
I have created a dialog based application. The resource compiler complains about an empty string table at line 239 ff in the .rc file.
Regards
Thomas
Finally with Sonork id: 100.10453 Thömmi
Disclaimer: Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.
|
|
|
|
 |
|
 |
Fixed!!
Thank you, Thomas
|
|
|
|
 |
|
 |
that's what I have been waiting for.
Regards
Thomas
Finally with Sonork id: 100.10453 Thömmi
Disclaimer: Because of heavy processing requirements, we are currently using some of your unused brain capacity for backup processing. Please ignore any hallucinations, voices or unusual dreams you may experience. Please avoid concentration-intensive tasks until further notice. Thank you.
|
|
|
|
 |
|
|
 |