Forum: [VBP] General Discussion
04-27-2008, 08:36 AM
|
Replies: 2
Views: 9,892
|
Forum: [VBP] General Discussion
04-27-2008, 03:55 AM
|
Replies: 2
Views: 9,892
ignore the --1073741819 error code
Hi
I am using the follow VB script o ignore the error.
Sub vbld_StepDone()
If CLng(Application.ExpandMacros("%RUNPROGRAM_EXITCODE%")) = -1073741819 Then
Step.BuildStatus =...
|
Forum: [VBP] Third Party Tools
06-25-2007, 03:13 PM
|
Replies: 4
Views: 13,139
|
Forum: [VBP] Third Party Tools
06-25-2007, 03:03 PM
|
Replies: 4
Views: 13,139
|
Forum: [VBP] Third Party Tools
06-25-2007, 07:32 AM
|
Replies: 4
Views: 13,139
|
Forum: [VBP] Third Party Tools
03-15-2007, 04:15 AM
|
Replies: 2
Views: 10,789
Hi
Thanks for the fast reply , I am sure...
Hi
Thanks for the fast reply , I am sure that this error is a VC error , my question is if you have any workaroud for this one ???
I will log the command line next time as well.
Thanks , Mor
|
Forum: [VBP] Third Party Tools
03-14-2007, 03:27 AM
|
Replies: 2
Views: 10,789
error while compiling VC6
Hi
I got the following error " Theinsruction at "0x5005570a" referenced at "0x000000014" , The mwmory could not be "read"
Click on OK to terminate the program"
after clicking OK the program...
|
Forum: [VBP] General Discussion
03-14-2007, 03:02 AM
|
Replies: 2
Views: 10,893
|
Forum: [VBP] General Discussion
01-30-2007, 02:52 AM
|
Replies: 2
Views: 10,893
loop for successes send Email
Hi
I have a strange problem - while sending emails.
The first time and sometimes the second always failed , only the third time success.
How can I build a smart loop that will resend the...
|
Forum: [VBP] General Discussion
09-05-2006, 09:37 AM
|
Replies: 3
Views: 15,214
|
Forum: [VBP] General Discussion
09-04-2006, 04:23 AM
|
Replies: 3
Views: 15,214
Connect to mail server
Hi
we are using exchange server , and I can't send E-mails using it.
I got the following error: "
Connecting to SMTP server 'il-tlv-mail01.comverse.com' on port 25
VISBUILDPRO 122122 0000...
|
Forum: [VBP] Third Party Tools
02-07-2006, 12:31 AM
|
Replies: 1
Views: 10,209
|
Forum: [VBP] Third Party Tools
01-25-2006, 09:40 AM
|
Replies: 5
Views: 14,917
|
Forum: [VBP] Third Party Tools
01-24-2006, 11:32 AM
|
Replies: 5
Views: 14,917
Hi
I got this error--> "Process completed...
Hi
I got this error--> "Process completed with exit code -1073741819"
I think that the problem is in the visual build , because I didn't get it when I compile with MSDEV.
I can't build a...
|
Forum: [VBP] Third Party Tools
01-24-2006, 11:29 AM
|
Replies: 7
Views: 20,859
Hi
I got the same errorcode while VC6...
Hi
I got the same errorcode while VC6 project is finish.
"Process completed with exit code -1073741819"
I think that the problem is in the visual build , because I didn't get it when I...
|
Forum: [VBP] Third Party Tools
01-24-2006, 06:35 AM
|
Replies: 5
Views: 14,917
Hi
Thank for the quick response.
I am...
Hi
Thank for the quick response.
I am trying to ignore this error code - If I understan correcty I need to add check for every VC6 project that check the exit code and ignore the specific...
|
Forum: [VBP] Third Party Tools
01-21-2006, 06:44 AM
|
Replies: 5
Views: 14,917
error code 1073741819 in comlex VC6 project
Hi
I have a complex project ( 150 steps , include 80 steps of VC6)
" Process completed with exit code -1073741819
Failed to build project: msdev.exe exited with error code -1073741819 "
...
|
Forum: [VBP] General Discussion
11-29-2005, 07:17 AM
|
Replies: 2
Views: 10,344
edit in files
Hi
Thanks for the quick response , It's working ....
Thanks again , Mor
|
Forum: [VBP] General Discussion
11-27-2005, 08:03 AM
|
Replies: 2
Views: 10,344
edit files via visual build
Hi
I have a complex project (about 200 steps) , I need to read the number from a file , increase it and save it as a MACRO for future use. I have a problem because "0001" become 2 and NOT "0002"....
|