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

Home Posts Topics Members FAQ

problems after compiling --> exe not working

hello newsgroup!

my problem is that after successful compiling the exe is running,
but ONLY on my system
i am using visual studio .net 2003
J#

so:
1) why?
2) what can i do to change this?

thanks in advance
Ludwig
Jul 21 '05 #1
9 2040
Ludwig Moser <an******@chello.at> wrote:
hello newsgroup!

my problem is that after successful compiling the exe is running,
but ONLY on my system
i am using visual studio .net 2003
J#

so:
1) why?
2) what can i do to change this?


It would help if you'd say in what way it's not working on other
systems.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
> It would help if you'd say in what way it's not working on other
systems.


german > Die anwendung konnte nicht richtig initialisiert werden
(0xc0000135). Klicken Sie auf "OK", um die Anwendung zu beenden,
the program could not be initialized (0xc0000135) click ok to close

Luke
Jul 21 '05 #3
Hi Ludwig,

You are sure the right Framework 1.1 is installed on those computers?
(Or are you using some extra DLL's or something?)

Cor
It would help if you'd say in what way it's not working on other
systems.


german > Die anwendung konnte nicht richtig initialisiert werden
(0xc0000135). Klicken Sie auf "OK", um die Anwendung zu beenden,
the program could not be initialized (0xc0000135) click ok to close

Luke

Jul 21 '05 #4
Ludwig Moser <an******@chello.at> wrote:
It would help if you'd say in what way it's not working on other
systems.


german > Die anwendung konnte nicht richtig initialisiert werden
(0xc0000135). Klicken Sie auf "OK", um die Anwendung zu beenden,
the program could not be initialized (0xc0000135) click ok to close


Hmm. That's certainly not terribly helpful of it :(

Have you checked:
a) The .NET framework is installed on the other machine
b) The VJ# libraries are installed on the other machine

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #5
> Have you checked:
a) The .NET framework is installed on the other machine
b) The VJ# libraries are installed on the other machine


humm
not checked but on one of those machines .net is also installed...
on the other the guy downloaded the framework (28mb?!)

isn't there a way to compile it so ppl do NOT have to download such huge
stuff!?
as in delphi (which uses its own packages too) you can include the required
stuff into your
exe (with those files ~600kb without it ~ 200kb)
shouldn't that be possible by j# too?

thanks in advance
Luke
Jul 21 '05 #6
Ludwig Moser <an******@chello.at> wrote:
Have you checked:
a) The .NET framework is installed on the other machine
b) The VJ# libraries are installed on the other machine
humm
not checked but on one of those machines .net is also installed...
on the other the guy downloaded the framework (28mb?!)

isn't there a way to compile it so ppl do NOT have to download such huge
stuff!?
See http://www.pobox.com/~skeet/csharp/f...ework.required
as in delphi (which uses its own packages too) you can include the
required stuff into your exe (with those files ~600kb without it ~
200kb) shouldn't that be possible by j# too?


No. At least, you can have an installer which includes the .NET
framework, but that will still be large.

I suspect the .NET framework is just rather larger than the Delphi
runtime. You'll also need the VJ# libraries which aren't part of the
normal framework itself.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #7
> I suspect the .NET framework is just rather larger than the Delphi
runtime. You'll also need the VJ# libraries which aren't part of the
normal framework itself.


nasty, where can i get the VJ# libraries?

note: installing 28 mb of libraries for a 200kb program does not make too
much sense to me ;o)

thanks
Luke
Jul 21 '05 #8
Ludwig Moser <an******@chello.at> wrote:
I suspect the .NET framework is just rather larger than the Delphi
runtime. You'll also need the VJ# libraries which aren't part of the
normal framework itself.
nasty, where can i get the VJ# libraries?


Go to http://msdn.microsoft.com/vjsharp/do...t/default.aspx
and there's a redistributable installer you can download.
note: installing 28 mb of libraries for a 200kb program does not make too
much sense to me ;o)


Does installing an OS before installing a program make sense to you?
It's much the same in this case.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #9
thanks for your help!

Luke
Jul 21 '05 #10

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

Similar topics

6
6867
by: Andres Rosado-Sepulveda | last post by:
Hello, I'm having trouble compiling PHP 4.3.4 on Solaris 8. This is the error message it is showing: -- start -- Undefined first referenced symbol ...
1
2832
by: mazu | last post by:
I get errors about QAssistantClient while compiling PyQt 3.7, on my debian woody with Qt 3.1.2. Here is compiler message: cd qt && /usr/bin/make -f Makefile make: Entering directory...
5
1871
by: jose luis fernandez diaz | last post by:
Hi, When I compiling the program below: #include <map> using namespace std; template<typename td1, typename td2, typename td3,typename td4> class Tarificador
2
2095
by: Erik | last post by:
Hi Everyone, I'm having real problems compiling some source for eVC4++. The errors I am getting are below: It all seems to be centred around winsock. If I move the afsock.h reference to before...
9
293
by: Ludwig Moser | last post by:
hello newsgroup! my problem is that after successful compiling the exe is running, but ONLY on my system i am using visual studio .net 2003 J# so: 1) why? 2) what can i do to change this?
3
2304
by: Ryan Riehle | last post by:
Hi All! Trying to upgrade to Apache 2.0.49 and getting compile errors related to mod_auth_pgsql, any clue?: make: Entering directory `/usr/src/httpd-2.0.49'...
6
2582
by: Josefo | last post by:
Hello all. I am a newbie following the C++ tutorial in : http://www.cplusplus.com/doc/tutorial/templates.html I am unable to succesfully compile any of the examples with templates of this...
2
11245
by: renagade629 | last post by:
Can anybody help me understand what i'm doing wrong or what I'm missing? Is there anyother good and commendable C++ program I can use (free) from the internet like Dev C++? I'm having trouble doing...
10
2690
by: tnwagn | last post by:
I have been working on a program and have been unable to resolve these compile issues. g++ main.cpp -o project5.exe main.cpp: In function 'int deal()': main.cpp:20: error: expected...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6893
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5468
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,...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4599
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
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
664
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
295
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.