BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ilink32 and error 1073741819
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Command Line Tools)
View previous topic :: View next topic  
Author Message
Dario de Judicibus
Guest





PostPosted: Mon Jan 29, 2007 6:38 pm    Post subject: ilink32 and error 1073741819 Reply with quote



My application is growing... yesterday ilink32 refused to link all files. I
got the following error:

** error -1073741819 ** deleting bcc_mswud\myapp.exe

I suspect is some limitations of bcc++ 5.5... :(

Is there any way to fix it?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Dario de Judicibus - Italy (EU)
Site: http://www.dejudicibus.it
Blog: http://lindipendente.splinder.com
Book: http://www.lalamanera.it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Back to top
Dario de Judicibus
Guest





PostPosted: Wed Feb 07, 2007 2:44 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote



Any idea? Please... I cannot link....

DdJ
Back to top
max
Guest





PostPosted: Thu Feb 08, 2007 12:22 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote



Do you use Agnitum Outpost Firewall?
if yes then remove it an try again

Max

"Dario de Judicibus" <nospam (AT) mclink (DOT) it> wrote in message
news:45c8e8cf (AT) newsgroups (DOT) borland.com...
Quote:
Any idea? Please... I cannot link....

DdJ

Back to top
Dario de Judicibus
Guest





PostPosted: Fri Feb 09, 2007 3:30 pm    Post subject: Re: ilink32 and error -1073741819 Reply with quote

max wrote:
Quote:
Do you use Agnitum Outpost Firewall?
if yes then remove it an try again

I have no idea of what is it. By the way, why a firewall should prevent
linking objects????

DdJ
Back to top
Ed Mulroy
Guest





PostPosted: Fri Feb 09, 2007 10:47 pm    Post subject: Re: ilink32 and error -1073741819 Reply with quote

Quote:
...why a firewall should prevent linking objects????...

Anti-virus programs and anti-virus code in firewalls can have components
which interfere with creating executables and with memory access, allocation
and usage. Things are getting better (Norton Antivirus used to essentially
preclude development on a machine) but as new companies release products
what their products do often does not reflect the knowledge of past
experience.

Look at what your firewall and anti-virus settings are. You might try
turning them off and see if it helps (but unplug that Internet cable when
you do).

Note that I do not "know" what is causing this specific problem. The
gentleman's suggestion about a firewall makes sense. It is something that
is easy to try and, if the attempt fails, at least you've eliminated one
possibility.

.. Ed

Quote:
Dario de Judicibus wrote in message
news:45cc466e$1 (AT) newsgroups (DOT) borland.com...

Do you use Agnitum Outpost Firewall?
if yes then remove it an try again

I have no idea of what is it. By the way, why a firewall should prevent
linking objects????
Back to top
Dario de Judicibus
Guest





PostPosted: Sun Feb 11, 2007 3:41 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

"Ed Mulroy" <dont_email_me (AT) bitbuc (DOT) ket> ha scritto nel messaggio
news:45cca5a6 (AT) newsgroups (DOT) borland.com...
|> ...why a firewall should prevent linking objects????...
|
| Anti-virus programs and anti-virus code in firewalls can have components
| which interfere with creating executables and with memory access,
allocation
| and usage. Things are getting better (Norton Antivirus used to
essentially
| preclude development on a machine) but as new companies release products
| what their products do often does not reflect the knowledge of past
| experience.
|
| Look at what your firewall and anti-virus settings are. You might try
| turning them off and see if it helps (but unplug that Internet cable when
| you do).
|
| Note that I do not "know" what is causing this specific problem. The
| gentleman's suggestion about a firewall makes sense. It is something that
| is easy to try and, if the attempt fails, at least you've eliminated one
| possibility.
|
| . Ed

OK, I'll try... However I had no problem to link by Visual Studio 2005. I
reverted to BCC because I do not like to ship the MS dll with manifest
files. It is a mess, and the executable did not work on some Oriental PC. I
like bcc but I have the impression that ilink32 has some bug when the
application increases. In fact, I can still compile and link the older
versions which are smaller. I would like also to have a visual debugger for
bcc. I tried V IDE but I don't like it.... Really a pity Borland has not a
free visual builder as Visual Studio 2005 Express.

DdJ
Back to top
David Dean [CodeGear]
Guest





PostPosted: Sun Feb 11, 2007 9:10 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

In article <45ce3bfd$1 (AT) newsgroups (DOT) borland.com>,
"Dario de Judicibus" <nospam (AT) mclink (DOT) it> wrote:

Quote:
Really a pity Borland has not a
free visual builder as Visual Studio 2005 Express.

Did you try Turbo C++ Explorer?

<http://turboexplorer.com/>

--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/>
Back to top
Michel Leunen
Guest





PostPosted: Sun Feb 11, 2007 5:38 pm    Post subject: Re: ilink32 and error -1073741819 Reply with quote

Dario de Judicibus wrote:

Quote:
I would like also to have a visual debugger for
bcc. I tried V IDE but I don't like it.... Really a pity Borland has not a
free visual builder as Visual Studio 2005 Express.

Hmm, it seems that your informations date a little. Borland is now
CodeGear, at least as regards to compiler and IDE. besides, there is a
free version called Turbo C++ Explorer containing all you may dream. A
visual designer, the VCL, the debugger, the complete IDE and you even
may use it to create commercial applications.

http://www.turboexplorer.com/cpp

HTH
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
----------------------------------------
Back to top
vavan
Guest





PostPosted: Mon Feb 12, 2007 9:10 am    Post subject: Re: ilink32 and error 1073741819 Reply with quote

On Mon, 29 Jan 2007 13:38:37 +0100, "Dario de Judicibus"
<nospam (AT) nowhere (DOT) com> wrote:

Quote:
Is there any way to fix it?

download ulink from ftp.styx.cabel.net/pub/unilink and try to use it
instead of ilink32. please report back here whether it helped or not
(it often gives more detailed diagnostics)

--
Vladimir Ulchenko aka vavan
Back to top
Dario de Judicibus
Guest





PostPosted: Tue Feb 13, 2007 3:49 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

"David Dean [CodeGear]" <david.dean.no (AT) spam (DOT) codegear.com> ha scritto nel
messaggio
news:david.dean.no-9CAF0B.21571910022007@n003-000-000-000.static.ge.com...
| In article <45ce3bfd$1 (AT) newsgroups (DOT) borland.com>,
| "Dario de Judicibus" <nospam (AT) mclink (DOT) it> wrote:
|
| > Really a pity Borland has not a
| > free visual builder as Visual Studio 2005 Express.
|
| Did you try Turbo C++ Explorer?
|
| <http://turboexplorer.com/>

Wow... It looks what I need, but it does substitute bcc or extend it?

DdJ
Back to top
David Dean [CodeGear]
Guest





PostPosted: Tue Feb 13, 2007 4:04 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

In article <45d0e0e2 (AT) newsgroups (DOT) borland.com>,
"Dario de Judicibus" <nospam (AT) mclink (DOT) it> wrote:

Quote:
Wow... It looks what I need, but it does substitute bcc or extend it?

I'm not sure what you are asking here. Turbo C++ Explorer is a
standalone product which allows you to build and debug C++ applications.

--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/>
Back to top
Dario de Judicibus
Guest





PostPosted: Thu Feb 15, 2007 1:47 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

"David Dean [CodeGear]" <david.dean.no (AT) spam (DOT) codegear.com> ha scritto nel
messaggio news:david.dean.no-740AC3.14041112022007 (AT) killface (DOT) local...
| In article <45d0e0e2 (AT) newsgroups (DOT) borland.com>,
| "Dario de Judicibus" <nospam (AT) mclink (DOT) it> wrote:
|
| > Wow... It looks what I need, but it does substitute bcc or extend it?
|
| I'm not sure what you are asking here. Turbo C++ Explorer is a
| standalone product which allows you to build and debug C++ applications.

Wel, I installed Turbo C++, but now I have no idea how to convert my
makefile-based bcc project to a turbo c++ project... Help states that New
Project should take me to a Makefile Project Wizard, but I cannot find it...
:(

DdJ
Back to top
David Dean [CodeGear]
Guest





PostPosted: Fri Feb 16, 2007 3:23 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

In article <45d36737 (AT) newsgroups (DOT) borland.com>,
"Dario de Judicibus" <nospam (AT) mclink (DOT) it> wrote:

Quote:
Wel, I installed Turbo C++, but now I have no idea how to convert my
makefile-based bcc project to a turbo c++ project... Help states that New
Project should take me to a Makefile Project Wizard, but I cannot find it...
Sad

That looks like a mistake in the help file. 8-( TTBOMK, there has
never been such a tool in BCB or BDS. (There was one in CBX) I *would*
very much like to have something like that. see:

<http://qc.codegear.com/wc/qcmain.aspx?d=6512>

--
-David Dean
CodeGear C++ QA Engineer
<http://blogs.codegear.com/ddean/>
Back to top
Dario de Judicibus
Guest





PostPosted: Sat Feb 17, 2007 2:47 am    Post subject: Re: ilink32 and error -1073741819 Reply with quote

"David Dean [CodeGear]" <david.dean.no (AT) spam (DOT) codegear.com> ha scritto nel
messaggio news:david.dean.no-CD05EC.13233915022007 (AT) killface (DOT) local...

| That looks like a mistake in the help file. 8-( TTBOMK, there has
| never been such a tool in BCB or BDS. (There was one in CBX) I *would*
| very much like to have something like that. see:

Sigh
DdJ
Back to top
Dario de Judicibus
Guest





PostPosted: Mon Feb 19, 2007 3:37 pm    Post subject: Re: ilink32 and error -1073741819 Reply with quote

Michel Leunen wrote:
Quote:
Dario de Judicibus wrote:

I would like also to have a visual debugger for
bcc. I tried V IDE but I don't like it.... Really a pity Borland has
not a free visual builder as Visual Studio 2005 Express.

Hmm, it seems that your informations date a little. Borland is now
CodeGear, at least as regards to compiler and IDE. besides, there is a
free version called Turbo C++ Explorer containing all you may dream. A
visual designer, the VCL, the debugger, the complete IDE and you even
may use it to create commercial applications.

http://www.turboexplorer.com/cpp

I develop only freeware. That's why I was looking for a free compiler. I do
not get money from my work Smile
Turbo C++ Explorer seems nice but I have no idea how to convert my makefile
(which is quite complicated, since it uses wxWidgets) in a Turbo C++
project... :(

DdJ
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Command Line Tools) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.