Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Akow), 1,371 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Need dll will pay #68552
03/29/06 01:50
03/29/06 01:50
Joined: Feb 2006
Posts: 52
C
carlpa Offline OP
Junior Member
carlpa  Offline OP
Junior Member
C

Joined: Feb 2006
Posts: 52
Please help: I need a simple dll which can be read by C-Script. I have done the function coding which runs in VC++ Express but I cannot manage to get a dll to compile despite the help from the C++ SDK download.


using namespace System;

//name of dll function

DLLFUNC var MSecs()
{
int window = 10; // eliminate this in dll
int time1;

DateTime d1 = DateTime::Now;
time1 = d1.Millisecond + 1000*d1.Second;
return time1;
}

I am willing to pay for your efforts, is $50 US fair?

Please mail a floppy or CD to:

Carl Rosenberg MD
108 Cowpath Rd
Lansdale, PA 19446

or email me at cerosenberg@att.net

Please include your name and address so I may mail a check. Of course the function will need to work and I can only pay for the first working solution I recieve.

I wish to thank all who help and hope someone out there is listening. I need this for my research. By the way, timing with "ticks" will not work as they are too variable. I know that there is only a 16 millisec accuracy but I have not discovered a way to do better.

Sincerely,

Carl Rosenberg MD


Researcher & clinician. A6, A7, & A8
First computer a Commodore Pet
Re: Need dll will pay [Re: carlpa] #68553
03/29/06 02:50
03/29/06 02:50
Joined: Feb 2006
Posts: 371
New England
Rad_Daddy Offline
Senior Member
Rad_Daddy  Offline
Senior Member

Joined: Feb 2006
Posts: 371
New England
This is in the wrong thread. Should be under Jobs Offered.


"Read not to contradict and confute, nor to find talk and discourse, but to weigh and consider." Sir Francis Bacon www.deckscapedesign.com

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1