Tagged Questions

0
votes
1answer
36 views

iphlpapi / ifdef.h

I'm trying to use iphlpapi (GetAdapterInfo) and am having trouble compiling the code. I have iphlpapi.h from SDK 7 and have added the appropriate path to the include files in visu …
0
votes
1answer
16 views

Prevent a specific assembly from being added to my factory project?

I've created a factory assembly that can process any type of transaction (that supports ITransactionType). I can add more transaction types in separate assemblies, all of which wi …
0
votes
2answers
112 views

Silly compile error using lists / iterators (C++)

The following does not compile, and I cannot for the life of me see why! #include <list> using namespace std; list<char> myList; list<int>::iterator it; it = m …
0
votes
1answer
31 views

How to detect eclipse compile errors (Java - JDT)

Hi everybody, I need to detect compile errors in the java source code after a POST_CHANGE event (usually it is fired after saving changes in the java file). I'm using IElementChan …
1
vote
1answer
72 views

Trying to use Loader class inside of package, getting Error 1046: Type was not found or was not a compile-time constant

This is driving me nuts, I can run this fine with code on the main timeline, but when I put this inside of my sub Class I'm getting the Compile time error and 1180: Call to a possi …
1
vote
1answer
111 views

How to overload operators with Boost.Python

I am trying to overload operators of a C++ class using Boost.Python. According to this, I am doing it the right way... but I have a bunch of compiler errors. Here is a simple exa …
1
vote
6answers
135 views

C++ string in classes

I know this is quite a ridiculous question but this is quite confusing and irritating, as something that should work simply is not. I'm using Code Blocks with the GCC compiler and …
0
votes
2answers
175 views

Java Compile error: Parameter x is exceeding the limit of 255 words…

I have a constructor (for an auto generated class) that has 265 paremeters. Using ant on linux with javac 1.6.0_02. The class compiles fine and everything is good. However when I …
5
votes
11answers
767 views

“Unrecoverable build error” on any MSI Setup project

Some time ago I got this error when building ANY Visual Studio Deployment project. "Unrecoverable build error" I thought my VS installation was corrupted or I deleted some impor …
1
vote
2answers
321 views

Why am I getting this message: Cannot convert type ‘bool’ to ‘string’

Below is the code snippet that I am using. using System; using System.Collections.Generic; using System.Text; namespace businessTMS { public class SignIn { public …
1
vote
9answers
915 views

Error Compiling Program in Visual Studio 2008

So I have never seen this issue before and don't know where to begin troubleshooting the issue. Cannot register assembly "obj\Debug\MyProject.Vsto.dll". Loading this assembly wo …
0
votes
3answers
1k views

Compile error C++: could not deduce template argument for ‘T’

I'm trying to read binary data to load structs back into memory so I can edit them and save them back to the .dat file. readVector() attempts to read the file, and return the vec …
0
votes
2answers
79 views

Extern compile error with SDL_Surface

I've been getting a compile error in Code::Block for an SDL_Surface variable. Strangely enough, this is the first time I have received this kind of error, as I have used this line …
-5
votes
3answers
671 views

Checking for valid credit card numbers… lots of syntax errors.

At this point I'm fairly certain the code will run properly once I clear up all syntax errors. However I'm not really sure how to do this as I am not entirely familiar w …
1
vote
4answers
225 views

Unit test compile-time error.

Is there a way to test compile-time errors, but without actually generating the error? For example, if I create a class which is non-copyable, I'd like to test the fact that trying …

1 2 next
15 30 50 per page