• Shortcuts : 'n' next unread feed - 'p' previous unread feed • Styles : 1 2

» Publishers, Monetize your RSS feeds with FeedShow:  More infos  (Show/Hide Ads)


Date: Monday, 06 Apr 2009 10:08
This blog is now closed.

Now I'm blogging about using Flat Assembler to create Windows applications.

See this URL: http://fasm4win.blogspot.com/
Author: "noreply@blogger.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Thursday, 18 Oct 2007 19:51
FOR IMMEDIATE RELEASE

CONTACT:
Yeoh HS
author@yeohhs.com
http://www.yeohhs.com

Announcing New C++ Example Source Codes: MyUppEdoc version 1.1

Yeoh HS, who runs an IT consulting firm, is pleased to announce the release of a C++ example source codes package, "MyUppEdoc".

Would you like to know how to create e-document programs using Visual C++ 2005 Express Edition and the Platform SDK with Ultimate++ framework?

MyUppEdoc is a Windows executable program that displays e-documents. It was built using Visual C++ 2005 Express Edition with the Platform SDK R2 (Microsoft Platform SDK for Windows Server 2003 R2). It does not use MFC but instead uses the free C++ framework, Ultimate++. Its fully commented source codes show you how to use Ultimate++ to create e-document programs. This way you can distribute your own electronic documents as a program so you do not need to use any other document reader.

The purpose of MyUppEdoc is to be a learning tool for you to learn how to use Ultimate++ to create your own e-documents. From the step-by-step commented source codes of this e-document program, you can learn how to create the electronic version of many types of documents such as user manuals, guides, catalogs, articles, picture albums and books.

To harness the full power of C++, use Ultimate++ so that you can create e-document programs that:
1. allow you the full flexibility of changing the user interface;
2. allow you the option of extending the program features by using other Ultimate++ packages;
3. do not depend on Internet Explorer to be installed on the user's machine;
4. do not use MFC; and
5. are easily ported to the several platforms which are supported by Ultimate++.

A FREE fully functional program is
available for download at http://www.yeohhs.com/myuppedoc.htm

Price: US$24.95
File Size: 511KB (demo program installer)
File Size: 152KB (full source codes)
The registered package contains the full source codes for an Ultimate++ project.

This product comes with a 60-day money back unconditional guarantee.
All purchasers are also entitled to the next updated version free of charge.
All orders are processed via an easy and secure online shopping system.


# # #

Best Regards,
Yeoh
--
"MyUppEdoc - Easy Way to Create E-documents Using Ultimate++"
http://www.yeohhs.com/myuppedoc.htm
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Thursday, 18 Oct 2007 19:50
FOR IMMEDIATE RELEASE

CONTACT:
Yeoh HS
author@yeohhs.com
http://www.yeohhs.com

Announcing New C++ Example Source Codes: MyWXeDoc version 1.1

Yeoh HS, who runs an IT consulting firm, is pleased to announce the release of a C++ example source codes package, "MyWXeDoc".

Would you like to know how to create e-document programs using Visual C++ 2005 Express Edition and the Platform SDK with wxWidgets library?

MyWXeDoc is a Windows executable program that displays e-documents. It was built using Visual C++ 2005 Express Edition with the Platform SDK R2 (Microsoft Platform SDK for Windows Server 2003 R2). It does not use MFC but instead uses the free C++ framework, wxWidgets. Its fully commented source codes show you how to use wxWidgets to create e-document programs. This way you can distribute your own electronic documents as a program so you do not need to use any other document reader.

The purpose of MyWXeDoc is to be a learning tool for you to learn how to use wxWidgets to create your own e-documents. From the step-by-step commented source codes of this e-document program, you can learn how to create the electronic version of many types of documents such as user manuals, guides, catalogs, articles, picture albums and books.

To harness the full power of C++, use wxWidgets so that you can create e-document programs that:
1. allow you the full flexibility of changing the user interface;
2. allow you the option of extending the program features by using other wxWidgets classes and other C or C++ libraries;
3. do not depend on Internet Explorer to be installed on the user's machine;
4. do not use MFC; and
5. are easily ported to the many platforms which are supported by wxWidgets.

A FREE fully functional program is
available for download at http://www.yeohhs.com/mywxedoc.htm

Price: US$24.95
File Size: 1.76 MB
The registered package contains the full source codes for Visual C++ 2005 Express Edition project.

This product comes with a 60-day money back unconditional guarantee.
All purchasers are also entitled to the next updated version free of charge.
All orders are processed via an easy and secure online shopping system.


# # #

Best Regards,
Yeoh
--
"MyWXeDoc - Easy Way to Create E-documents Using Visual C++ 2005 Express Edition"
http://www.yeohhs.com/mywxedoc.htm
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Thursday, 23 Aug 2007 10:55
Hi,

With immediate effect, for future postings, I'll be focusing on C and C++ only.

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Wednesday, 22 Nov 2006 01:39
Hi,

This is a simple text viewer coded in Win32 assembly using RosAsm.

TXTViewer - This is a simple program for viewing text files. It shows how to use a multi-line edit control, opens the text file when it is dragged and dropped into its window, allows user to select font, implements ini file handling to store font selected. The program's ini file is stored in the user's Application Data folder.


The program with full source code is at http://www.geocities.com/yeohhs2006/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Tuesday, 21 Nov 2006 17:36
Hi,

This is a simple text viewer coded in Win32 assembly using RosAsm.

TXTViewer - This is a simple program for viewing text files. It shows how to use a multi-line edit control, opens the text file when it is dragged and dropped into its window, allows user to select font, implements ini file handling to store font selected. The program's ini file is stored in the user's Application Data folder.


The program with full source code is at http://www.geocities.com/yeohhs2006/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Saturday, 18 Nov 2006 16:32
MySharpSQL is a FREE fully functional program that uses MySQL for keeping a database of programming notes. The MySQL database that comes with the program contains relevant and specially selected MySQL, ADO.NET and C# programming resources.

Program functions implemented in this fully functional program are: load records topic in a listbox, gets user selection from the listbox and displays the record details in a set of textboxes. The command buttons allow the user to clear and reload the listbox, save a new record or an edited record, delete existing records, display the program's help file, close the program and search for keywords in the records.

The download URL is http://www.yeohhs.com/mysharpsql.htm

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Saturday, 18 Nov 2006 08:27
MySharpSQL is a FREE fully functional program that uses MySQL for keeping a database of programming notes. The MySQL database that comes with the program contains relevant and specially selected MySQL, ADO.NET and C# programming resources.

Program functions implemented in this fully functional program are: load records topic in a listbox, gets user selection from the listbox and displays the record details in a set of textboxes. The command buttons allow the user to clear and reload the listbox, save a new record or an edited record, delete existing records, display the program's help file, close the program and search for keywords in the records.

The download URL is http://www.yeohhs.com/mysharpsql.htm

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Monday, 30 Oct 2006 18:57
Hi,

MySQL Routines - This zip contains a collection of console programs that show how to use MySQL. The programs are:
1. mysql_routine1_createdatabase
2. mysql_routine2_createtable
3. mysql_routine3_addrecord
4. mysql_routine4_findrecords
5. mysql_routine5_getarecord
6. mysql_routine6a_delrecords
7. mysql_routine6b_delarecord
8. mysql_routine7_editrecord
9. mysql_routine8_getserver_version
10. mysql_routine9a_inittable
11. mysql_routine9b_deltable
12. mysql_routine9c_deledatabase

The download URL is:
http://www.geocities.com/yeohhs2006/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Monday, 30 Oct 2006 10:53
Hi,

MySQL Routines - This zip contains a collection of console programs that show how to use MySQL. The programs are:
1. mysql_routine1_createdatabase
2. mysql_routine2_createtable
3. mysql_routine3_addrecord
4. mysql_routine4_findrecords
5. mysql_routine5_getarecord
6. mysql_routine6a_delrecords
7. mysql_routine6b_delarecord
8. mysql_routine7_editrecord
9. mysql_routine8_getserver_version
10. mysql_routine9a_inittable
11. mysql_routine9b_deltable
12. mysql_routine9c_deledatabase

The download URL is:
http://www.geocities.com/yeohhs2006/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Sunday, 29 Oct 2006 10:51
Hi,

If you're looking for Win32 Assembly source codes on using SQLite2 and SQLite3 databases, check this out.

SQLite Routines - This zip contains a collection of console programs that show how to use SQLite 2 and SQLite 3. You can easily learn how add, check duplicates, edit, delete, find a set of records, get a record and initialize the databases.

The download URL is http://www.geocities.com/yeohhs2006/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Sunday, 29 Oct 2006 02:46
Hi,

If you're looking for Win32 Assembly source codes on using SQLite2 and SQLite3 databases, check this out.

SQLite Routines - This zip contains a collection of console programs that show how to use SQLite 2 and SQLite 3. You can easily learn how add, check duplicates, edit, delete, find a set of records, get a record and initialize the databases.

The download URL is http://www.geocities.com/yeohhs2006/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Thursday, 05 Oct 2006 10:27
Hi,

NASMCam, a simple Win32 demo that uses a webcam. Full source codes included. Built using NASM with nagoa+.inc and RadAsm.

Best Regards,
Yeoh
--
http://www.yeohhs.com/nasm/index.htm
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Thursday, 05 Oct 2006 10:24
Hi,

if you are looking for a good and free 32-bit assembler level analysing debugger for Microsoft® Windows®, be sure to check out OllyDbg v1.10.

List of benefits:
  • Intuitive user interface, no cryptical commands
  • Code analysis - traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings
  • Directly loads and debugs DLLs
  • Object file scanning - locates routines from object files and libraries
  • Allows for user-defined labels, comments and function descriptions
  • Understands debugging information in Borland® format
  • Saves patches between sessions, writes them back to executable file and updates fixups
  • Open architecture - many third-party plugins are available
  • No installation - no trash in registry or system directories
  • Debugs multithread applications
  • Attaches to running programs
  • Configurable disassembler, supports both MASM and IDEAL formats
  • MMX, 3DNow! and SSE data types and instructions, including Athlon extensions
  • Full UNICODE support
  • Dynamically recognizes ASCII and UNICODE strings - also in Delphi format!
  • Recognizes complex code constructs, like call to jump to procedure
  • Decodes calls to more than 1900 standard API and 400 C functions
  • Gives context-sensitive help on API functions from external help file
  • Sets conditional, logging, memory and hardware breakpoints
  • Traces program execution, logs arguments of known functions
  • Shows fixups
  • Dynamically traces stack frames
  • Searches for imprecise commands and masked binary sequences
  • Searches whole allocated memory
  • Finds references to constant or address range
  • Examines and modifies memory, sets breakpoints and pauses program on-the-fly
  • Assembles commands into the shortest binary form
  • Starts from the floppy disk

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Thursday, 05 Oct 2006 01:25
Hi,

NASMCam, a simple Win32 demo that uses a webcam. Full source codes included. Built using NASM with nagoa+.inc and RadAsm.

Best Regards,
Yeoh
--
http://www.yeohhs.com/nasm/index.htm
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Thursday, 05 Oct 2006 01:20
Hi,

if you are looking for a good and free 32-bit assembler level analysing debugger for Microsoft® Windows®, be sure to check out OllyDbg v1.10.

List of benefits:
  • Intuitive user interface, no cryptical commands
  • Code analysis - traces registers, recognizes procedures, loops, API calls, switches, tables, constants and strings
  • Directly loads and debugs DLLs
  • Object file scanning - locates routines from object files and libraries
  • Allows for user-defined labels, comments and function descriptions
  • Understands debugging information in Borland® format
  • Saves patches between sessions, writes them back to executable file and updates fixups
  • Open architecture - many third-party plugins are available
  • No installation - no trash in registry or system directories
  • Debugs multithread applications
  • Attaches to running programs
  • Configurable disassembler, supports both MASM and IDEAL formats
  • MMX, 3DNow! and SSE data types and instructions, including Athlon extensions
  • Full UNICODE support
  • Dynamically recognizes ASCII and UNICODE strings - also in Delphi format!
  • Recognizes complex code constructs, like call to jump to procedure
  • Decodes calls to more than 1900 standard API and 400 C functions
  • Gives context-sensitive help on API functions from external help file
  • Sets conditional, logging, memory and hardware breakpoints
  • Traces program execution, logs arguments of known functions
  • Shows fixups
  • Dynamically traces stack frames
  • Searches for imprecise commands and masked binary sequences
  • Searches whole allocated memory
  • Finds references to constant or address range
  • Examines and modifies memory, sets breakpoints and pauses program on-the-fly
  • Assembles commands into the shortest binary form
  • Starts from the floppy disk

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Friday, 29 Sep 2006 12:16
Hi,

If you are looking for the official ECMA documents for C# and the CLI, here is the download URL:
http://msdn.microsoft.com/netframework/ecma/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Friday, 29 Sep 2006 03:13
Hi,

If you are looking for the official ECMA documents for C# and the CLI, here is the download URL:
http://msdn.microsoft.com/netframework/ecma/

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Date: Tuesday, 26 Sep 2006 01:52
Hi,

If you are looking for MSIL tutorials, check out these:
1. Hacker's Introduction to MSIL
2. MSIL II

Also, this article on ILDASM.

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "Yeoh HS (noreply@blogger.com)"
Send by mail Print  Save  Delicious 
Date: Monday, 25 Sep 2006 16:49
Hi,

If you are looking for MSIL tutorials, check out these:
1. Hacker's Introduction to MSIL
2. MSIL II

Also, this article on ILDASM.

Best Regards,
Yeoh
--
http://www.yeohhs.com
Author: "yeoh@yeohhs.com (Yeoh HS)"
Send by mail Print  Save  Delicious 
Next page
» You can also retrieve older items : Read
» © All content and copyrights belong to their respective authors.«
» © FeedShow - Online RSS Feeds Reader