compile project from commandline in VS2008
Wed, 19 Mar 2008 21:56:57 +0100
Hello,
i have some Visual Studio 6.0 projekts (.dsw etc) and i compile them from a
master batch. (my compiles are done overnight in batch mode).
as follows:
msdev PL2_DB_VCSAMPLE.DSW /MAKE "PL2_DB_VCSample - Win32 Unicode Debug"
/REBUILD /USEENV /OUT PL2_DB_VCSAMPLE.err
now i start working with Visual ...
|
Publish project?
Tue, 18 Mar 2008 15:00:18 -0700
Hello, sorry if this is a novice question but is it ok to just copy paste
files that were developed in C# development machine onto an IIS directory
folder on a production webserver?...or is there a publishing process it
needs to go through that deals with registering all of the solution, project
and associat ...
|
Deisgner changes won't save
Tue, 18 Mar 2008 10:58:11 -0400
VS 2008. I have a control where I'm trying to change the size of a text
box. I stretch it in the designer, or change the size in the .cs file. It
looks like it's saved, but at some point after that it reverts back to the
original. i.e. I can never actually save any change. Anyone know what
state this ha ...
|
Re: How to expand macro line-by-line into a generated preprocessed file ?
Tue, 18 Mar 2008 08:10:27 +0100
For now I shall paste the code into Microsoft Word and use it's advanced/low
level replace features ;)
Bye,
Skybuck.
...
|
How to expand macro line-by-line into a generated preprocessed file ?
Tue, 18 Mar 2008 07:50:53 +0100
Hello,
The macro looks like:
#define SomeMacro(X) \
X = X + 10; \
X = X * 3; \
X = X + 33; \
The generated preprocessed file looks like:
Test = Test + 10; Test = Test * 3; Test = Test + 33;
Question:
Is it possible to expand/generate the macro on a line-by-line basis, so it
loo ...
|
upgrade/convert ACCESS vba application to Visual Studio 2005
Mon, 17 Mar 2008 15:12:00 -0700
I have an application written in ACCESS 2000 VBA, where do I start to
upgrade/convert this to Visual Studia 2005/2008. My current application
connects to another ACCESS database but I want to connect to a Sequel DB in
the future. Do I need anything else besides VS 2005/2008?
Thanks,
Ray Z ...
|
Use fucntion in c# from c++ dll
Sat, 15 Mar 2008 01:38:00 -0700
Hi,
I want to write a dll for bluetooth functionality with functions i can use
in a c# program.
I tryd some diferent ways but keep getting errors when loading the function.
last error was "badimageformatexception".
can i find a tutorial or sample project for this on the web ?
or can someone help me on the w ...
|
|
|
ClickOnce Deployment (BUG?)
Fri, 14 Mar 2008 19:12:39 -0800
Hello guys, There is an application (c# @ vs2005 SP1) that needs to be
deployed in a very controlled way.
ClickOnce was selected to do this task.
This application works over a database and, some times, this database needs
to be updated together with the code.
The problem is that not all the clients are ...
|
Custom module will not debug
Fri, 14 Mar 2008 12:17:01 -0700
I have a custom module that has been built and added as a reference in my
test cases project. They are both in debug mode, both have .pdb files in
their assocaited \bin directories.
Everytime I go to debug I get this message:
"The following module was built either with optimizations enabled or without
d ...
|
IPCs
Fri, 14 Mar 2008 07:58:46 -0500
Hi,
We are doing a migration from UNIX to Windows. We are using VC 8.0
compiler to regenerate all c++ components. Currently, in one component
there are lots of IPCs and after including Cygwin headers ipc.h,sem.h and
shm.h we are getting errors as below.
As there are more than 40 files , currently due to ti ...
|