473,386 Members | 1,699 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,386 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 1482
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.