| Thread | Last Post | Replies |
|
| Porting .NET Encryption to Win32 or ATL | 03 Nov 2005 23:33 GMT | 3 |
I have a piece of code in .NET that encrypts a string. The .NET code is quite simple and through the last couple of days I've been trying to build it's equivalent in ATL playing arround with CCrypt classes and I just haven't been able to get it right.
|
| convert ^string to string or to LPCWSTR | 03 Nov 2005 19:56 GMT | 3 |
How can we convert string^ to String or to LPCWSTR ? thx, Maileen
|
| HINSTANCE under VC.NET 2005 | 03 Nov 2005 19:36 GMT | 6 |
When i try to use HINSTANCE under VC.NET 2005 (windows.forms application), VC informs me that i must place a token (;) after HINSTANCE... but it is not correct. So, where is the problem ?
|
| LoadLibrary under VC.net 2005 | 03 Nov 2005 18:38 GMT | 2 |
I would like to know if someone had some issue using LoadLibrary under VC.net 2005 ? Do you have some example of code ? thanks,
|
| Graphics DrawImage() drawing a different size | 03 Nov 2005 16:37 GMT | 3 |
I'm importing a jpeg via: Bitmap* image = new Bitmap( filename ) ; Then, using the Drawing::Graphics object, I execute DrawImage( image, x, y ). My problem is that the original image was 200x200, but it's drawing
|
| Refs on 'Gen 0', 'Gen 1' memory alloc | 03 Nov 2005 13:21 GMT | 1 |
I'd like to find out more about what is implied when articles on mem-management refer to Generation 0 or 1. Any online references?
|
| Compiler errors with MSVC 2005 | 03 Nov 2005 02:28 GMT | 2 |
I've got a managed extension library that I'm attempting to convert from MSVC 2003 to MSVC 2005. I've converted the project file and am now attempting to compile the application.
|
| enum oddity | 03 Nov 2005 01:26 GMT | 1 |
If I create an enum ala: enum myEnum { Element1=0,
|
| Graphic transforms | 02 Nov 2005 19:18 GMT | 6 |
I'm working with Graphics transforms (i.e., RotateTranform, TranslateTransform and ScaleTransform ). Are these applied to the WORLD (graphics container) before drawing into that world (graphics container)? That is, if I apply a Rotation of 90 degrees clockwise then the old x-axis ...
|
| can't create new project neither compile on VC++ 2003 & 2005 express | 02 Nov 2005 19:02 GMT | 2 |
I'd installed VC++ Express 2005 beta 2 but I couldn't create new projects from templates or when I opened an existing solution, I couldn' build it: 'exe not found!' The same happened whith VC++.NET 2003 (a friend's).
|
| VS7.1 to VS 8 : MSVCMRTD.lib(mstartup.obj) : LNK2022 : tagTEXTMETR | 01 Nov 2005 18:36 GMT | 8 |
I am trying to upgrade from VS7.1 to VS8, but whenever I link any of our MC++ DLL's, I get the following errors: Creating library \sda\Main\bin\debug\XWRAP70.lib and object \sda\Main\bin\debug\XWRAP70.exp
|
| GUI Design question | 01 Nov 2005 17:00 GMT | 1 |
I have written a number of libraries in (ANSI) C and C++ and I want to write a front end GUI for my libraries. I have taken a look at MFC - but the learning curve is WAY too steep. I simply don't have the time to learn a new library. However I know the
|
| unicode and linking problems | 01 Nov 2005 16:21 GMT | 2 |
I have created an application and am trying to call functions from a previously existing dll. I can call some functions fine, but I get a link error an when I try to call any function that takes either an LPCTSTR or wchar_tas a parameter.
|
| Set RightToLeft to TreeView | 01 Nov 2005 07:26 GMT | 2 |
Does any one has working example of how to set TreeView to right to left order. No matter of language. I checked in Visual C, simple API, C#, nothing works. Does it works at all ?
|