473,405 Members | 2,310 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

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 2034
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
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
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
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
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
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
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
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
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
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
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
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...

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.