Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: RaymondM [x]
Answer 25 Mar 2013   license: CPOL
The file swprintf.inl that is called in the error report is the same as in all the earlier installations ov VW. The problem is surely that this should not be called anyway. In the project set up to test I add nothing to the code that is automatically created, so this problem just should not happen.
Question 25 Mar 2013   license: CPOL
I have VS2005 installed on XP.When I transported a project from VS2003 to 2005 I get a lot of errors in swprintf.inl when I compile individual files. For example:1>c:\program files\microsoft visual studio 8\vc\include\swprintf.inl(36) : error C2065: '_String' : undeclared...
__inline int swprintf by RaymondM
Question 20 Mar 2013   license: CPOL
The code that I have in VS 2003 works without problem, but when compiled in VS 2005 I get a load of errors relating to __inline swprintf. How do I get around this ?RaymondM
Question 9 Jan 2012   license: CPOL
I want to declare an array in an external file, with extension.js, in such a way that this can be accessed from the main file. Is there a correct way ?Raymond Mercier
Forum Message 3 Jan 2012  
I have just posted this in the general questions, but add it here in case Robert Graham has an answer: I have made an msi following closely the example given by Robert Graham: How to Validate a
Question 3 Jan 2012   license: CPOL
I have made an msi following closely the example given by Robert Graham:How to Validate a Serial Number or PID in MSI Setups Created in VS.NET[^]The msi is created (in VS 2003) as a setup project added to my original project. As Graham explains, the CustomerInformation is added in the...
Re: Readme by RaymondM
Forum Message 25 Jul 2011  
Dear Lucman, Many thanks for that. Since the text was produced by MFC it is what I have seen already in projects created by MFC, so not new after all !. Yours Raymond Mercier
ReadMe by RaymondM
Forum Message 19 Jul 2011  
As far as I can see ReadMe is in Japanese, as are the comments in the files. Could Mr Abdulrachman provide an english version ?
Readme by RaymondM
Forum Message 18 Jul 2011  
The text in ReadMe is gibberish ! How about fixing it ? Raymond Mercier rm459@cam.ac.uk
Forum Message 6 Feb 2010  
Although this is a very old question it may still be of interest. I have just been running GSL (1.8) in Visual Studio 2005, and had much the same problem with unrecognised symbols, even though I could
Forum Message 23 Aug 2009  
In the end it was easy enough to run the function with its loop in a thread. "ThreadProcTCP" is a rather involved module, with a loop, but it all works fine. if (hChild) GetEx
Forum Message 18 Aug 2009  
Thanks, but I don't see how that can be made to deal with a loop. Raymond
Forum Message 18 Aug 2009  
Thanks, but I have so little experience with threads, I will have to bone up on it. Raymond
for loop pause resume by RaymondM
Forum Message 18 Aug 2009  
I have in a C++ module a for loop that can take some minutes to complete. I would like to add a pause/resume feature, and would also like to be able to stop it. However while the loop is running the p
Re: AddFontResourceEx by RaymondM
Forum Message 27 Jan 2009  
>>"I can't believe that you went this many years without it" (PlatformSDK). I don't know why you think that I do not already have the headers, since they come with the full installation of
Re: AddFontResourceEx by RaymondM
Forum Message 26 Jan 2009  
Thanks for the tip, but I should have mentioned that I have been compiling with VS 6 with Net Framework 1.1. Meanwhile I have managed (sort of) with these lines, which do allow me to get the function
Re: AddFontResourceEx by RaymondM
Forum Message 25 Jan 2009  
Sorry, this failed to appear ! #define UNICODE // Save as Unicode -Codepage 1200 #include <windows.h> #include <Winbase.h> #include <WinGDI.h>
AddFontResourceEx by RaymondM
Forum Message 25 Jan 2009  
I am trying to include AddFontResourceEx(Fontname,FR_PRIVATE,0); but get the error message that the function and FR_PRIVATE are undefined. Of course I have wingdi.h in the opening lines : #define U
Forum Message 3 Aug 2008  
Thanks again. It does as you say. Great game, this Vista ! Raymond
Forum Message 3 Aug 2008  
Thanks, that has cured it. Now I have to see how to run the program in debug mode within VisualStudio, but as administrator. Raymond
Createfile in Vista by RaymondM
Forum Message 3 Aug 2008  
I want to install the file data.bmp in system32: hFile = CreateFile((L"c:\\windows\\system32\\data.bmp"), GENERIC_READ|GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, CREATE_ALWAYS, 0, NULL)
Forum Message 2 Jul 2008  
Thanks, but I have had a look at the site you mention, and can't see how it helps. I am looking for some kind of log file in the server which would record the fact that the file has actually been do
Forum Message 1 Jul 2008  
Unfortunately the code that I wrote in the question Download Demo href="prog/Demo.zip" here got treated as an active line. So I repeat the question, is there some way tha
Forum Message 1 Jul 2008  
I have a website that allows the file Demo.zip to be copied from the server in the usual line: Download Demo here Is there some way that a notification of this cop
Re: Time limited Demo by RaymondM
Forum Message 12 Jun 2008  
Thanks, but I have already gone through that page on the way to Crypto. Raymond
Re: Time limited Demo by RaymondM
Forum Message 12 Jun 2008  
That is what I did, and was able to compile some of the various crypto programmes, but each one has a different cryptolib.h, and none of them seem to be right for the aestest programmes. Raymond
Re: Time limited Demo by RaymondM
Forum Message 11 Jun 2008  
Graham, Going back to the aestest samples I see that I need various headers. #include "cryptlib.h" #include "aes.h" // AES #include "modes.h" // CBC_Mode&lt; &gt; #include
Re: Time limited Demo by RaymondM
Forum Message 10 Jun 2008  
Thanks to all who have taken the trouble to reply, especially for the link to the AES code. I think now that the 'phone home' method is a bad idea. I had put out a limited feature demo, but did feel
Re: Time limited Demo by RaymondM
Forum Message 10 Jun 2008  
David, Sometimes I think along those lines, but I wonder if the user can still 'get at' the data. I wondered also if the time could be stored in a private file in the server. Then whenever the pro
Time limited Demo by RaymondM
Forum Message 10 Jun 2008  
I would like some basic orientation in setting up a time limit in a demo. I assume that the time of initial installation is stored somewhere. Where should it be stored ? I am writing in C with Visu
Forum Message 7 Jan 2007  
In Word2007 the document is saved as *.docx, which unzips to reveal a group of XML files, including fontTable.xml. If the fonts were embedded that table will include a fontkey for each embedded font,
Forum Message 19 Jun 2006  
Thanks to the three people who replied so promptly. Of course SetTextColor and the messages like WM_CTLCOLORDLG are the obvious thing, but somehow I had never had to do it before. Raymond Mercier
text output in color by RaymondM
Forum Message 18 Jun 2006  
I am unable to find any sample code covering the change of color in text output. I would be grasteful for any pointers. Raymond Mercier
Forum Message 1 Oct 2005  
Yes, that's it: Programming Microsoft Internet Explorer 5 (Microsoft Programming Series) (Paperback,)by Scott Roberts The material you need is on pp.259-262. Although the book was written for IE5,
Forum Message 1 Oct 2005  
On Sep 22 I put up this query, but without getting any answer: I have the webbrowser in a program but want also to access the equivalent of this functionality: internet explorer: Tools/internet opti
Webbrowser by RaymondM
Forum Message 11 Sep 2005  
In Internet Explorer one can select for language using Tools/Internet Options/General/Fonts. I would like to know how to write an equivalent program when the Webbrowser is embedded. I guess it is no
Forum Message 10 Jan 2005  
In VC6 MFC allows you to add a function, variable, virtual function or Windows message handler (from the context menu for a class). In VC7 (or .NET) only the first two are available. Or am I missing
MFC ListControl by RaymondM
Forum Message 13 Dec 2004  
I would like to set the listcontrol so that items (in the first column) *cannot* be selected. This can be done in a listbox, but is there any way to fix a listcontrol to behave this way ? Thanks in a

Page 1 of 1


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid