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 ...
|
MSI How does it work?
Thu, 13 Mar 2008 18:26:22 -0000
Aplogies for cross posting, the reason is that i think the groups are
appropiate for the question I haveHi
I have some questions about MSI. I can create them using Visual Studio 2005.
How do the upgrades work?
What is the correct way to implement or create them.
Thanks
D
...
|
MSI How does it work?
Thu, 13 Mar 2008 18:26:22 -0000
Aplogies for cross posting, the reason is that i think the groups are
appropiate for the question I haveHi
I have some questions about MSI. I can create them using Visual Studio 2005.
How do the upgrades work?
What is the correct way to implement or create them.
Thanks
D
...
|