473,499 Members | 1,990 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

GlobalAddAtomW in CreateProcessW crashes in VC7 works fine in VC6

Hello,
Switched from VC6 to VC7 and CreateProcess started giving access
violation inside
KERNEL32.DLL!GlobalAddAtomW() + 0x1d
KERNEL32.DLL!CreateProcessW() + 0x2a
.....

Anybody had similar problems? Anybody can suggest what it could be?
Linking seems to be OK. I know it is very little info but that is all
I have.
Thanks,
kostia
Nov 17 '05 #1
1 1501
Got it.
CreateProcessW does not take const for 2nd parameter. VC7 enforces this.
ko*********@yahoo.com (Kostia) wrote in message news:<f2**************************@posting.google. com>...
Hello,
Switched from VC6 to VC7 and CreateProcess started giving access
violation inside
KERNEL32.DLL!GlobalAddAtomW() + 0x1d
KERNEL32.DLL!CreateProcessW() + 0x2a
....

Anybody had similar problems? Anybody can suggest what it could be?
Linking seems to be OK. I know it is very little info but that is all
I have.
Thanks,
kostia

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1586
by: Kevin Walzer | last post by:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eric3, the PyQt IDE, seems to be buggy on Mac OS X. I'm running the latest versions of PyQt, Qt, SIP, QScintilla, etc., but the new version of Eric...
0
1114
by: PaulG | last post by:
(I've not found a solution to this anywhere else, so..) With a simple one line file: print "Hello world" if you use pythonwin debugging to step through one line at a time, it crashes...
0
2046
by: Herbert Ebberg | last post by:
Hello, I need some help - my listener crashes without reason after installing Oracle 9i on a Windows XP Prof ServicePack2. I can start the listener with lsnrctl or with the services of xp, the...
5
1435
by: Sean | last post by:
Hi, the Visual Studio ide crashes on me daily (three times so far today and it's only 1 pm). It is the the 2003 release. The solution is rather large, it has over 12 projects in it. I use the SQL...
5
2291
by: Rob Ristroph | last post by:
Hi, It's pretty unhelpful to post "I have a huge piece of code that crashes in strange places, what's the problem?" but that's basically my problem and I really am at my wit's end. The piece...
2
19028
by: Ray | last post by:
Stop me if you've heard this, but I am running Access 2002 and all of a sudden, if I design a particular form (it's been working fine for ages), Access crashes rather than open it in design view. ...
4
1652
by: codefixer | last post by:
Hello: I am trying to understand why one of these crash while the other works fine. long recurssion(int t) { if(t <= 1) return(1); else return(t * recurssion(t--)); //crashes
0
1021
by: Marco | last post by:
Hello, I have a WinForm control embedded in IE that crashes everytime I close my browser. If i click on a link in IE when the control is loaded and brings me to another page, IE also crashes. ...
22
2412
by: walterbyrd | last post by:
I like to develop on my desktop, then when I get stuff working, I copy to my web-site. I set up a new version Xampp on my windows-2k desktop. And downloaded the stuff from the website to edit....
0
7131
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7174
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7388
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5470
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4600
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3099
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
297
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.