News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Browser extensions ... working example

Started by James Ladd, September 17, 2005, 01:07:32 AM

Previous topic - Next topic

James Ladd

Robert,

There are quite a few good examples around that work.
Do you have the latest version of Visual Studio ?

Rgs, striker,.

Robert Collins

Quote from: striker on September 29, 2005, 07:32:32 AM
Robert,

There are quite a few good examples around that work.
Do you have the latest version of Visual Studio ?

Rgs, striker,.


If you mean Visual Studio NET, no, I do not have it. I have VS 6.0 Enterprise

Point me to those examples. I can make them work for VS 6. Thanks

James Ladd

ok. When I get home Ill post an example.

I have Visual C++ 6 but the examples I find use ATL7.0 and I dont know how to install this yet.

Robert Collins

If you can get ATL 7.0 as a seperate package all you have to do is to put it in your Visual Studio\VC98\ folder and then set the path to it. Sometimes if I can't get the VC compiler to include certain .h files I just get the .h files myself and place them in the same folder as the project I am working on then I have to change the source code to include local header files, ie, I change #include <someheader.h> to #include "someheader". I never have a problem doing this.

James Ladd

Ill just get .net and then I should be ok./

drhowarddrfine

As God is my witness, I will never program .NET.

sluggy


PBrennick

Neither will I, nor will I use any software that requires the bloated support files.

P
The GeneSys Project is available from:
The Repository or My crappy website

Robert Collins

I know nothing about .NET but I sure do like VS 6.0

James Ladd

I installed .NET 2003 last night because I needed to.
Its ok. Ill use it for what I need and thats it.

P1

I have been successfully signing my MASM code.  In that way, it becomes managed code. 

So I'm real content to stick it out with MASM, til death due us part.

Regards,  P1  :8)

GregL

I think Visual C/C++ .NET 2003 is an excellent C compiler. You don't have to write .NET programs with it. I just wish it supported C99, ... that's where Pelles C shines.


P1,

Could you elaborate on that?



P1

I have my own publishing security certificate for writing software.
I have the certificate loaded on all my network clients.

When your done Assembling your software, you sign it. 

What I don't like is the self-certs are time limited.  So I am stuck, re-certifing our software every few years.

Regards,  P1  :8)

GregL