9,867,803 members (40,143 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
38 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Author filtered by: RaymondM
[x]
Errors in swprintf.inl
by
RaymondM
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.
General Programming
»
Uncategorised Quick Answers
»
General
VS2005
Visual-Studio
Errors in swprintf.inl
by
RaymondM
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...
General Programming
»
Uncategorised Quick Answers
»
General
VS2005
Visual-Studio
__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
General Programming
»
Uncategorised Quick Answers
»
General
VS.NET2003
VS2005
Visual-Studio
Javascript: declaring an array in an external file
by
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
General Programming
»
Uncategorised Quick Answers
»
General
Javascript
msi with serial number check: msi hangs when correct number is put in
by
RaymondM
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
General Discussions
»
How To Validate A Serial Number Or Pid In Msi Setups Created In Vs.Net
msi with serial number check: msi hangs when correct number is put in
by
RaymondM
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...
General Programming
»
Uncategorised Quick Answers
»
General
VS.NET2003
C++
Visual-Studio
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
General Discussions
»
Article "Splitter In An Mfc Dialog Based Application"
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 ?
General Discussions
»
Article "Splitter In An Mfc Dialog Based Application"
Readme
by
RaymondM
Forum Message
18 Jul 2011
The text in ReadMe is gibberish ! How about fixing it ? Raymond Mercier rm459@cam.ac.uk
General Discussions
»
Article "Splitter In An Mfc Dialog Based Application"
Re: GSL & "error LNK2019: unresolved external symbol _finite"
by
RaymondM
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
General Programming
»
C / C++ / Mfc
Re: for loop pause resume
by
RaymondM
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
General Programming
»
C / C++ / Mfc
Re: for loop pause resume
by
RaymondM
Forum Message
18 Aug 2009
Thanks, but I don't see how that can be made to deal with a loop. Raymond
General Programming
»
C / C++ / Mfc
Re: for loop pause resume
by
RaymondM
Forum Message
18 Aug 2009
Thanks, but I have so little experience with threads, I will have to bone up on it. Raymond
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
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>
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
Re: Createfile in Vista
by
RaymondM
Forum Message
3 Aug 2008
Thanks again. It does as you say. Great game, this Vista ! Raymond
General Programming
»
C / C++ / Mfc
Re: Createfile in Vista
by
RaymondM
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
General Programming
»
C / C++ / Mfc
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)
General Programming
»
C / C++ / Mfc
Re: Notification of file downloaded from server
by
RaymondM
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
Web Development
»
Web Development
Re: Notification of file downloaded from server
by
RaymondM
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
Web Development
»
Web Development
Notification of file downloaded from server
by
RaymondM
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
Web Development
»
Web Development
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
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< > #include
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
WORD2007 XML and embedded fonts
by
RaymondM
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,
General Programming
»
Xml / Xsl
Re: text output in color
by
RaymondM
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
Re: WebBrowser AND Internet Options
by
RaymondM
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,
General Programming
»
C / C++ / Mfc
WebBrowser AND Internet Options
by
RaymondM
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
General Programming
»
C / C++ / Mfc
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
General Programming
»
C / C++ / Mfc
Windows message handler
by
RaymondM
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
General Programming
»
.Net Framework
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
General Programming
»
C / C++ / Mfc
Page 1 of 1
First
·
Prev
·
Next
·
Last
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