473,766 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

compiling without Visual Studio .NET

Hi all,

I've found this amusing project:
http://inpainting.alpha-sigma.net/

but there are only source codes, the author suggests to compile it with
Visual Studio .NET 7.1 or more. The problem is that I don't have it,
and I'm searching a way to compile it without the Visual Studio 7.1 is
it possible? Do you know any free compiler or whatever to compile it?

thanks!!!!

Jul 21 '06 #1
4 1282
<ti********@gma il.comwrote in message
news:11******** **************@ s13g2000cwa.goo glegroups.com.. .
I've found this amusing project:
http://inpainting.alpha-sigma.net/

but there are only source codes, the author suggests to compile it with
Visual Studio .NET 7.1 or more. The problem is that I don't have it,
and I'm searching a way to compile it without the Visual Studio 7.1 is
it possible? Do you know any free compiler or whatever to compile it?
This is probably your best hope:

http://msdn.microsoft.com/vstudio/express/visualc/
thanks!!!!
You are welcome.

Regards,
Will
Jul 21 '06 #2
William DePalo [MVP VC++] wrote:
This is probably your best hope:

http://msdn.microsoft.com/vstudio/express/visualc/
thanks a lot! it seems a very good solution!
Unfortunately on my PC I can't install SP2 (long story, a conflict with
the broken DVD device), Visual Studio Express refuses to install itself
without SP2 :-(
I can try to compile it on another computer or installing SP2 on an
emulated windows (with WMware, i.e.)... yes, usually I use g++ under
linux, I'm not so confortable with windows' problems. That's pity, do
you know other ways to compile it on my PC? any other compiler who
don't require SP2?
thanks!!!!

You are welcome.
really kind!!!

thanks again!!

Jul 21 '06 #3
<ti********@gma il.comwrote in message
news:11******** **************@ m79g2000cwm.goo glegroups.com.. .
Unfortunately on my PC I can't install SP2 (long story, a conflict with
the broken DVD device), Visual Studio Express refuses to install itself
without SP2 :-(
Well, if you have a broadband connection to the net and if you have a
legitimate copy of XP, then you should be able to download XP/SP2 and forego
the DVD install

http://www.microsoft.com/downloads/d...displaylang=en

no?

If not then I _think_ you are out of luck. Sorry.

Regards,
Will
Jul 22 '06 #4
Hi,
but there are only source codes, the author suggests to compile it with
Visual Studio .NET 7.1 or more. The problem is that I don't have it,
and I'm searching a way to compile it without the Visual Studio 7.1 is
it possible? Do you know any free compiler or whatever to compile it?
When you have installed the .net sdk then you can use the free ide
#develop (sharpdevelop):
http://www.icsharpcode.com/OpenSource/SD/Default.aspx
or
http://www.icsharpcode.com/OpenSource/SD/Download/
It's open source and the new version 2.0 is available now!

This ide can open the project files from visual studio. Just try it,
it's free!

Greetings,
Ralf

Jul 24 '06 #5

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

Similar topics

6
6177
by: Martin Bless | last post by:
The good news: Along with Python-2.4 comes really good news to Windows users. Yes, you now CAN build extension modules yourself using the SAME C++ compiler and linker Python is built with itself. Everything you need is available at no costs (except download hassle and installation time). Once your system is set up properly its just a matter of running 'python setup.py build'. No longer waiting for someone else to build binaries and a...
2
1873
by: Rudy Ray Moore | last post by:
Hi guys, I just upgraded to "Visual Studio .net 2003 7.1 c++" from VS6. Some things I like (proper for loop variable scoping, for example), but some other things are troubling me. One annoying behavior is that the text editor often "hangs" (doesn't let me type) while compiling. Is there a way to fix this so it behaves more like VS6 (editor does not hang while compiling)?
1
3066
by: Riaan | last post by:
I am compiling my app (including CODEBASE database headers) but as soon as i compile it gives me the following errors : c:\Program Files\Microsoft Visual Studio\VC98\Include\UTILITY(81) : warning C4346: '_It::iterator_category' : dependent name is not a type prefix with 'typename' to indicate a type c:\Program Files\Microsoft Visual Studio\VC98\Include\UTILITY(84) : see reference to class template instantiation...
1
4326
by: Michel | last post by:
In VC++ from Visual Studio 2005 the following occurs: If I try to compile anyting, even a newly created empty MFC application with 1 empty dialog, I get the following 2 errors: Compiling... stdafx.cpp c:\program files\microsoft visual studio 8\vc\include\excpt.h(33) : error C2144: syntax error : 'int' should be preceded by ';' c:\program files\microsoft visual studio 8\vc\include\excpt.h(33) : error C4430: missing type specifier - int...
3
2065
by: RS | last post by:
Hi all, My code compiles well with gcc on linux and OS X, but now I have to run it at work, and my only choice is Visual Studio .Net 2003 environment on windows, which I had never used before. I've noticed several obstacles with the compilation. For example this environment insists that we put all headers under a stdafx header, which I managed to find a way to get around. But there are other issues. For example, Visual Studio claims...
1
1929
by: ligong.yang | last post by:
Hi all, I got tortured by a very weird problem when I was using k. wilder's random generator class in my program. PS: wilder's generator class can be found at http://oldmill.uchicago.edu/~wilder/Code/random/. Firstly, I got the notorious "fatal error C1010: unexpected end of file while looking for precompiled header directive" error when I tried to compile 'randtest.c' provided by wilder.
0
922
by: jostein.solstad | last post by:
Hi I have been working with Delphi to create asp.net sites so far. I am now trying my luck with Visual Studio. But there are some differences in compiling, publishing my site that i have a questin about. In Delphi, by default, when you compile your project, you get all the .aspx files and a myproject.dll in the bin directory. Each time i compile, the .dll is recompiled, but it still has the same name. The advantage with this, is that...
1
3930
by: jon2211 | last post by:
I tried to compile some code with #include <shellapi.h. I am linking shell32.lib. I am not trying to use ShellExecute() but right now just getting the code to compile with the header file an issue. I am using Visual Basic 2005 (express). I got shellapi.h from the platform sdk. Thanks for any help. here is my error log 1>------ Build started: Project: openFile, Configuration: Debug Win32 ------
0
1005
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
I've got Visual Studio 2005 Professional and VB6 installed on this WinXP Pro (SP3) machine. I inherited it when I came to this job, and there are multiple existing projects. I can code and debug all day long in either environment without any issues. Whenever I am ready to deploy a VS2005 project and I select the "Build" option, the Windows 3.1 Installer comes up, it prompts me for my Visual
0
9404
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10008
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9837
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8833
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7381
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6651
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5279
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.