473,385 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ras api win98

Max
Hello all, I've a problem with a small dialing program. It must call a
number and if it's busy, it can call other two numbers. Well, when the
first number is busy, the program doesn't call the next number. In
debug
after the first number which is busy (it's my cell. phone), the
function
RasHangUp doesn't leave the handle and so the function RasDial returns
with error code 602 (busy line). Here the program has a loop. The same
program works very well in winxp! I tried to change the modem in win98
machines, but the problem is there! Can anyone help me, please?

MAX

Feb 21 '06 #1
3 1979
Max wrote:
I've a problem with a small dialing program. It must call a
number and if it's busy, it can call other two numbers. Well,
when the first number is busy, the program doesn't call the next
number. In debug after the first number which is busy (it's my
cell. phone), the function RasHangUp doesn't leave the handle and
so the function RasDial returns with error code 602 (busy line).
Here the program has a loop. The same program works very well in
winxp! I tried to change the modem in win98 machines, but the
problem is there! Can anyone help me, please?


You could try a newsgroup in the microsoft.public.win32 hierarchy

microsoft.public.win32.programmer.networks perhaps?
Feb 21 '06 #2
Max wrote:
Hello all, I've a problem with a small dialing program. It must call a
number and if it's busy, it can call other two numbers. Well, when the
first number is busy, the program doesn't call the next number. In
debug
after the first number which is busy (it's my cell. phone), the
function
RasHangUp doesn't leave the handle and so the function RasDial returns
with error code 602 (busy line). Here the program has a loop. The same
program works very well in winxp! I tried to change the modem in win98
machines, but the problem is there! Can anyone help me, please?


There are two things you need to do:

a) remove the cast on the line that calls strrev()
b) add a further check for negative numbers on line 23

--
If you're posting through Google read <http://cfaj.freeshell.org/google>
Feb 21 '06 #3
In article <11**********************@f14g2000cwb.googlegroups .com>,
Max <ve*******@gmail.com> wrote:
Hello all, I've a problem with a small dialing program. It must call
a number and if it's busy, it can call other two numbers. Well, when the
first number is busy, the program doesn't call the next number. In debug
after the first number which is busy (it's my cell. phone), the function
RasHangUp doesn't leave the handle and so the function RasDial returns
with error code 602 (busy line). Here the program has a loop. The same
program works very well in winxp! I tried to change the modem in win98
machines, but the problem is there! Can anyone help me, please?


Allow me to be the first to say this - and I say it from the deepness of my
heart, with all the kindness and love one has come to associate with the
helpful posts you get in this newsgroup:

Not portable. Can't discuss it here. Blah, blah, blah.

Feb 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Robert | last post by:
I found the os.popen("AT /?") way .... however it works not on Win98 and the "Day" you enter at the AT are language dependent. (e.g. Mi(ttwoch) in german, We(dnesday) in english Windows versions)...
2
by: jon morgan | last post by:
Hi, I need to debug my app. under Windows 98. Although VS.net can't be installed it I have been able to install both Framework 1.1 and the SDK. Can I debug the app. in VS.net remotely from an...
6
by: Andrzej | last post by:
Used to read newsgroup for answers, now have to ask for them as well. I have an application (C#, .NET 1.1) that connects to local db on MSDE 2000 SP3a (using ADO from MDAC 2.71) on one side and...
0
by: Macadair | last post by:
I develop mid-range multi-user applications for a large site. Currently Win98 and Office97 are the standards used however we are slowly moving to WinXP. Due to the site upgrade cost, we are...
1
by: Jodi Wedll | last post by:
I am attempting to deploy my .Net Application from my WinXP development machine to production systems based upon WinNT and Win98. I believe that it is mostly working except for code relating to the...
2
by: Scott | last post by:
I have an application written in C# using VS 2003 with MSDE as the database. The reports use Crystal as provided with VS. The application and reports work correctly under WinXP, but the reports do...
4
by: Wasi Rehman | last post by:
hi friends, I have one webservice which i want to run on win98 system because some reference in that webservice only run in win98, and my ASP.net application is on win2000 pro. I want to call that...
7
by: Maravilloso | last post by:
Hi I'm trying to automatically send a postscript file to be printed to the default printer in a Win98 PC, by means of using the instrucction: win32api.ShellExecute (0, "print", "file.ps",...
2
by: billsahiker | last post by:
I have read in this group that the .net 2 framework redistributable package can be installed on win98 and it includes a vb.net command line compiler. IF this is so, what sort of debugging, if any,...
0
by: Robert Dollinger | last post by:
Hi to everyone, I have a Service, that runs on a WinXP machine. The service read a file on a Win98 machine and write the content in a file on the WinXP machine. After tree times I get the error...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.