473,324 Members | 2,531 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,324 software developers and data experts.

Compiling a .net executable

Hi all.
I'm taking my first trembling steps in Visual Studio .net, and one of the
things i've run into is the issue of the resulting executable.

I was wondering if it is possible to build a Win32 type executable? I've
tried some things but every time i 'crash' (on purpose) it will go to
something that looks like a JIT debugging assertation box. What i was
expecting was something like when a regular Win32 app crashes with null
pointer exceptions

Is there a way to produce a Win32 binary?
Nov 22 '05 #1
7 1480
Yes, if you are willing to pay:
http://www.remotesoft.com/salamander/protector.html

S. L.

"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
Hi all.
I'm taking my first trembling steps in Visual Studio .net, and one of the
things i've run into is the issue of the resulting executable.

I was wondering if it is possible to build a Win32 type executable? I've
tried some things but every time i 'crash' (on purpose) it will go to
something that looks like a JIT debugging assertation box. What i was
expecting was something like when a regular Win32 app crashes with null
pointer exceptions

Is there a way to produce a Win32 binary?

Nov 22 '05 #2
So i cannot run a .net built application on, say, Windows 98? the operating
system has to have the framework or whatever? like with Java and JRE?
"Sylvain Lafontaine" wrote:
Yes, if you are willing to pay:
http://www.remotesoft.com/salamander/protector.html

S. L.

"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
Hi all.
I'm taking my first trembling steps in Visual Studio .net, and one of the
things i've run into is the issue of the resulting executable.

I was wondering if it is possible to build a Win32 type executable? I've
tried some things but every time i 'crash' (on purpose) it will go to
something that looks like a JIT debugging assertation box. What i was
expecting was something like when a regular Win32 app crashes with null
pointer exceptions

Is there a way to produce a Win32 binary?


Nov 22 '05 #3
So i cannot run a .net built application on, say, Windows 98? the operating
system has to have the framework or whatever? like with Java and JRE?
"Sylvain Lafontaine" wrote:
Yes, if you are willing to pay:
http://www.remotesoft.com/salamander/protector.html

S. L.

"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
Hi all.
I'm taking my first trembling steps in Visual Studio .net, and one of the
things i've run into is the issue of the resulting executable.

I was wondering if it is possible to build a Win32 type executable? I've
tried some things but every time i 'crash' (on purpose) it will go to
something that looks like a JIT debugging assertation box. What i was
expecting was something like when a regular Win32 app crashes with null
pointer exceptions

Is there a way to produce a Win32 binary?


Nov 22 '05 #4
Popoi <Po***@discussions.microsoft.com> wrote:
So i cannot run a .net built application on, say, Windows 98? the operating
system has to have the framework or whatever? like with Java and JRE?


Yes. However, you can install the framework in Windows 98, so you *can*
run it there.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 22 '05 #5
Popoi <Po***@discussions.microsoft.com> wrote:
So i cannot run a .net built application on, say, Windows 98? the operating
system has to have the framework or whatever? like with Java and JRE?


Yes. However, you can install the framework in Windows 98, so you *can*
run it there.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 22 '05 #6
Yes - you need to have the framework installed. It comes installed by
default on Windows 2003

--
Sriram Krishnan

http://www.dotnetjunkies.com/weblog/sriram
"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
So i cannot run a .net built application on, say, Windows 98? the
operating
system has to have the framework or whatever? like with Java and JRE?
"Sylvain Lafontaine" wrote:
Yes, if you are willing to pay:
http://www.remotesoft.com/salamander/protector.html

S. L.

"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
> Hi all.
> I'm taking my first trembling steps in Visual Studio .net, and one of
> the
> things i've run into is the issue of the resulting executable.
>
> I was wondering if it is possible to build a Win32 type executable?
> I've
> tried some things but every time i 'crash' (on purpose) it will go to
> something that looks like a JIT debugging assertation box. What i was
> expecting was something like when a regular Win32 app crashes with null
> pointer exceptions
>
> Is there a way to produce a Win32 binary?


Nov 22 '05 #7
Yes - you need to have the framework installed. It comes installed by
default on Windows 2003

--
Sriram Krishnan

http://www.dotnetjunkies.com/weblog/sriram
"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:CD**********************************@microsof t.com...
So i cannot run a .net built application on, say, Windows 98? the
operating
system has to have the framework or whatever? like with Java and JRE?
"Sylvain Lafontaine" wrote:
Yes, if you are willing to pay:
http://www.remotesoft.com/salamander/protector.html

S. L.

"Popoi" <Po***@discussions.microsoft.com> wrote in message
news:42**********************************@microsof t.com...
> Hi all.
> I'm taking my first trembling steps in Visual Studio .net, and one of
> the
> things i've run into is the issue of the resulting executable.
>
> I was wondering if it is possible to build a Win32 type executable?
> I've
> tried some things but every time i 'crash' (on purpose) it will go to
> something that looks like a JIT debugging assertation box. What i was
> expecting was something like when a regular Win32 app crashes with null
> pointer exceptions
>
> Is there a way to produce a Win32 binary?


Nov 22 '05 #8

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

Similar topics

4
by: Popoi | last post by:
Hi all. I'm taking my first trembling steps in Visual Studio .net, and one of the things i've run into is the issue of the resulting executable. I was wondering if it is possible to build a...
7
by: Steven T. Hatton | last post by:
Is there anything that gives a good description of how source code is converted into a translation unit, then object code, and then linked. I'm particularly interested in understanding why putting...
0
by: Kirt Loki Dankmyer | last post by:
So, I download the latest "stable" tar for perl (5.8.7) and try to compile it on the Solaris 8 (SPARC) box that I administrate. I try all sorts of different switches, but I can't get it to compile....
7
by: Sverker Nilsson | last post by:
I have been informed that Guppy-PE (http://guppy-pe.sourceforge.net) has failed to compile its extension modules with a Microsoft .NET 2003 compiler under Windows 2000. One of the problems,...
0
by: erkidevries | last post by:
Problem compiling Tkinter program with bmp images (using py2exe) I have a Tkinter gui program that uses bmp as backgrounds. The program itself works when I run from the source. I placed the...
2
by: Justin Naidl | last post by:
A group of friends and I are doing a RPG (role-playing game) maker for a school project. It occured to us, however, that if you want the user to be able to have almost complete control over the...
5
by: skumar434 | last post by:
Hi everybody, I am faceing problem with strings. The code is given bellow .In this program i am tring to copy data from a file into structure . I am able to copy the data ,but the dat is...
8
by: rays | last post by:
Hi, I am trying to port a C++ program which is supposed to be standards compliant. It works fine on Linux with GCC (4.x). But as I try to compile it on Windows, all hell breaks loose. I have been...
10
by: Tomás Ó hÉilidhe | last post by:
I'd post this on a gcc newsgroup but I'd be more productive talking to the wall. Anyway, let's say someone throws some source code at you for a particular program and says, "Just compile it, it...
13
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
When I'm writing my own code, compiling it and testing it out as I go along, I usually compile as follows: gcc *.c -ansi -pedantic -Wall -o executable If I'm using 3rd-party libraries, I'll...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.