index > Visual C# General > Built a C# console app on XP, gets entry point error on WIN NT4 S...

Built a C# console app on XP, gets entry point error on WIN NT4 S...

Hi,

Using VS 2005 on WIN XP pro SP2, I built a C# console app that works on XP. It uses/opens a serial port to detect pin changes, opens a file, and uses the system timer and timer events.

When I try to execute it on a WIN NT4 SP6a PC, I get a kernel32.dll entry point not found message.

Are there any build/release options I can change to get this to work on the WIN NT4 system, or something I can put in my code to fix this?

I don't think I can use VS 2005 on the WIN NT system.

If you need more info, let me know.

Thank you,

Steve

stephencc

.NET v2.0 does not support NT4. You must have at least W2K. It also supports Win98. This is from the system requirements documentation in MSDN. If you did get it to install then it might have been an oversight. Note that v1.1 seems to be the last version that supported NT4 SP6a.

Michael Taylor - 2/9/06

TaylorMichaelL

I would like be able to set an area on a Form that when clicked produces a specific output.

OK, OK, I know this sounds exactly like what a button or anything else you can drag and drop does.

BUT, I have a form that has a bitmap imported onto it. The bitmap image is of a controller that has a few buttons and a display. Now, I do not want to change the image, so I want to be able to set a click area over one of these buttons, so that when clicked the display changes.

Is there a method of setting a click area without having a button, panel, textBox etc. ?

Or is there a method of testing the location of a cursor click, mouse down event ?

As always..... thanks for your help.

Marc Jones

The answer in one of your previous threads didn't work for you?

Andrej

Andrej Tozon

Thank you for your reply Andrej.

In regards to your post, I receive an error message:

error C2440: 'initializing' : cannot convert from 'System::Drawing::Rectangle ^' to 'System::Drawing::Rectangle'

Marc Jones
reply 5

You can use google to search for other answers

 

More Articles

• How Can I retrieve The real Ip
• message box in webapp
• aligning check
• .NET beginners
• ODBC+Access+SQLInsertsentece
• How to add listview groups?
• Regarding inserting data without using datasource in datagridview
• How to detect windows service installed or not?
• C# GUI >> how to create an internal frame (urgent)
• Access levels, public interfaces and multi assembly programs
Bookmark and Share
Welcome to Bokebb   New Update  
 

New Articles

• Opening a folder from C#
• Please read This!!! Buttons question
• namespace could not be found
• Value not appearing in textbox
• Handling exceptions.
• Making query in SQL Server - What is the
• Add new user in LDAP (DirectoryEntry)
• Are there really no methods that convert
• doubt in FOR loop urgent .
• #define, #if, #elif, #error, # warning
• ExecuteScalar
• How to know the connection bandwidth fro
• Embedding a DVI / PDF previewer into an
• Adding Caption to DataGridView
• Virtual Constructor and virtual Destructor

Hot Articles

• Creating a Service
• C# 2.0 book for design Window application
• Timers
• permissions in iis to upload files using
• Speech Reco. Problem
• MessageBox.Show()
• Disable the (red x) button on form
• C# and Big-Oh notation
• How to convert Date to int32
• Localization in Console Apps
• Trouble when creating directory
• Options Form
• static destructor ?
• how to add custom control to datagrid cell
• Creating and Displaying graphs and chart

Recommend Articles

• Keeping the arraylist value to the next
• How can I call a java .bat program from
• Propagating events up an object chain
• Dynamically Form Generation
• Listening to button click messages of an
• Business object Notification pattern
• Reading an LPTSTR from a NetworkStream?
• prefix and postfix unary operators
• Positioning control on a form
• Searching for data using DataBinding
• strange button onclick behavior
• ds.ReaXml(); in portuguese ???
• Process
• Sending mail error: "Cannot implici
• C#, COM WordApp and Textboxes???