Re: Sample - how to answer a modem call
- From: "Andreas Marschall [MVP TAPI]" <Andreas.Marschall@xxxxxxxxxx>
- Date: Wed, 6 Jul 2005 19:24:40 +0200
"Retf" <re.tf@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag
news:uRi5xlPgFHA.3448@xxxxxxxxxxxxxxxxxxxxxxx
> No Andreas, it is that i tried compile the sample, and the compiler show
> this message to me:
> "Sorry this sample only builds for the Windows 9x Platform"
Retf,
this message comes from the old makefile.
I guess this
!IF "$(TARGETOS)" == "WIN95"
(...)
!ELSE
!MESSAGE Sorry this sample only builds for the Windows 9x Platform
!ENDIF
was intended to prevent the makefile from running on Windows 3.x.
You may want to try to remove the lines beginning with '!'
or add the existing source to a new project in VC6.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK
TAPI / TSP Developer and Tester
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
* Please post all messages and replies to the newsgroup so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Re: Sample - how to answer a modem call
- From: Andreas Marschall [MVP TAPI]
- Re: Sample - how to answer a modem call
- From: Retf
- Re: Sample - how to answer a modem call
- From: Andreas Marschall [MVP TAPI]
- Re: Sample - how to answer a modem call
- From: Retf
- Re: Sample - how to answer a modem call
- Prev by Date: Re: Sample - how to answer a modem call
- Next by Date: Re: TAPI failure with Modem power off & on since XP SP2 : New info
- Previous by thread: Re: Sample - how to answer a modem call
- Next by thread: Re: Sample - how to answer a modem call
- Index(es):
Relevant Pages
|