VTOOSD

Hello, let me ask for simple question, but for me this is very complex,
because I do not have enough acknowlege of windows device driver development
(sorry for that).

Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they use
VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.

My questions are:

  1. Is it possible to remove dependency to VTOOLSD and is there any
    well-known method to do that?

  2. Which is easy for me whether buy DriverStudio or port those driver to
    pure DDK environment? If modification can be within one month per one
    person, I would like to port those drivers to pure DDK environment, but it
    takes more than one month, I would like to buy DriverStudio.

Sorry for bothering you all, but I need your advice.

Thank you,
Hideyuki Inamasu.

It depends on the code. But since you are new, I recommend you to get
driverStudio.

-------Original Message-------

From: Hideyuki Inamasu

Date: 01/07/05 15:10:09

To: Windows System Software Devs Interest List

Subject: [ntdev] VTOOSD

Hello, let me ask for simple question, but for me this is very complex,

because I do not have enough acknowlege of windows device driver development

(sorry for that).

Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they use

VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.

My questions are:

  1. Is it possible to remove dependency to VTOOLSD and is there any

well-known method to do that?

  1. Which is easy for me whether buy DriverStudio or port those driver to

pure DDK environment? If modification can be within one month per one

person, I would like to port those drivers to pure DDK environment, but it

takes more than one month, I would like to buy DriverStudio.

Sorry for bothering you all, but I need your advice.

Thank you,

Hideyuki Inamasu.


Questions? First check the Kernel Driver FAQ at http://www.osronline
com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@gmail.com

To unsubscribe send a blank email to xxxxx@lists.osr.com

Hello, Egemen.

Thank you for your advice. And let me confirm, you mean that there is no
well-known procedure to port VTOOLS dependant to pure DDK environment,
because it depends on driver source code. Is my uderstanding right?

I appreciate your advice.

Thank you,
Hideyuki Inamasu.
“Egemen Tas” wrote in message news:xxxxx@ntdev…
> It depends on the code. But since you are new, I recommend you to get
> driverStudio.
>
>
>
>
>
> -------Original Message-------
>
>
>
> From: Hideyuki Inamasu
>
> Date: 01/07/05 15:10:09
>
> To: Windows System Software Devs Interest List
>
> Subject: [ntdev] VTOOSD
>
>
>
> Hello, let me ask for simple question, but for me this is very complex,
>
> because I do not have enough acknowlege of windows device driver
> development
>
> (sorry for that).
>
>
>
> Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they
> use
>
> VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.
>
>
>
> My questions are:
>
>
>
> 1. Is it possible to remove dependency to VTOOLSD and is there any
>
> well-known method to do that?
>
>
>
> 2. Which is easy for me whether buy DriverStudio or port those driver to
>
> pure DDK environment? If modification can be within one month per one
>
> person, I would like to port those drivers to pure DDK environment, but it
>
> takes more than one month, I would like to buy DriverStudio.
>
>
>
> Sorry for bothering you all, but I need your advice.
>
>
>
> Thank you,
>
> Hideyuki Inamasu.
>
>
>
>
>
> —
>
> Questions? First check the Kernel Driver FAQ at http://www.osronline
> com/article.cfm?id=256
>
>
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
>
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

I meant difficulty of porting depends on the code’s dependency on VTOOLSD
environment. (e.g Framework)

Since you say you are new to driver programming, it would require too much
time for you to deal with porting details. VTOOLSD helps you use C/C++
framework to write VXD drivers. For pure DDK support, you should have to
write lots of things in ASM language. I think TDI hooking is not so trivial
even for experienced developers.

Good luck,

Egemen Tas

-------Original Message-------

From: Hideyuki Inamasu

Date: 01/08/05 15:19:53

To: Windows System Software Devs Interest List

Subject: Re:[ntdev] VTOOSD

Hello, Egemen.

Thank you for your advice. And let me confirm, you mean that there is no

well-known procedure to port VTOOLS dependant to pure DDK environment,

because it depends on driver source code. Is my uderstanding right?

I appreciate your advice.

Thank you,

Hideyuki Inamasu.

“Egemen Tas” wrote in message news:xxxxx@ntdev…

> It depends on the code. But since you are new, I recommend you to get

> driverStudio.

>

>

>

>

>

> -------Original Message-------

>

>

>

> From: Hideyuki Inamasu

>

> Date: 01/07/05 15:10:09

>

> To: Windows System Software Devs Interest List

>

> Subject: [ntdev] VTOOSD

>

>

>

> Hello, let me ask for simple question, but for me this is very complex,

>

> because I do not have enough acknowlege of windows device driver

> development

>

> (sorry for that).

>

>

>

> Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they

> use

>

> VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.

>

>

>

> My questions are:

>

>

>

> 1. Is it possible to remove dependency to VTOOLSD and is there any

>

> well-known method to do that?

>

>

>

> 2. Which is easy for me whether buy DriverStudio or port those driver to

>

> pure DDK environment? If modification can be within one month per one

>

> person, I would like to port those drivers to pure DDK environment, but it

>

> takes more than one month, I would like to buy DriverStudio.

>

>

>

> Sorry for bothering you all, but I need your advice.

>

>

>

> Thank you,

>

> Hideyuki Inamasu.

>

>

>

>

>

> —

>

> Questions? First check the Kernel Driver FAQ at http://www.osronline

> com/article.cfm?id=256

>

>

>

> You are currently subscribed to ntdev as: xxxxx@gmail.com

>

> To unsubscribe send a blank email to xxxxx@lists.osr.com

>



Questions? First check the Kernel Driver FAQ at http://www.osronline
com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@gmail.com

To unsubscribe send a blank email to xxxxx@lists.osr.com

> 1. Is it possible to remove dependency to VTOOLSD and is there any

well-known method to do that?

If you have the source for VTOOLSD - then yes. Just rewrite the functions you
do not like.

person, I would like to port those drivers to pure DDK environment, but it
takes more than one month, I would like to buy DriverStudio.

It will take more then a month either :slight_smile:

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

VtoolsD is mostly used for its wrappers. Without VtoolsD you will have to
write your own assembly wrappers in C. Not pretty

Jamey

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Maxim S. Shatskih
Sent: Saturday, January 08, 2005 1:24 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] VTOOSD

  1. Is it possible to remove dependency to VTOOLSD and is there any
    well-known method to do that?

If you have the source for VTOOLSD - then yes. Just rewrite the functions
you
do not like.

person, I would like to port those drivers to pure DDK environment, but it
takes more than one month, I would like to buy DriverStudio.

It will take more then a month either :slight_smile:

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@tfb.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi, Egemen.

Thanks for your advice. And I now well understand it’s not easy to port
VTOOLSD dependant to pure DDK driver.

Again, thank you very much for your advice and I really appreciate you.

Thank you,
Hideyuki Inamasu.
“Egemen Tas” wrote in message news:xxxxx@ntdev…
>I meant difficulty of porting depends on the code’s dependency on VTOOLSD
> environment. (e.g Framework)
>
> Since you say you are new to driver programming, it would require too much
> time for you to deal with porting details. VTOOLSD helps you use C/C++
> framework to write VXD drivers. For pure DDK support, you should have to
> write lots of things in ASM language. I think TDI hooking is not so
> trivial
> even for experienced developers.
>
>
>
> Good luck,
>
>
>
> Egemen Tas
>
>
>
> -------Original Message-------
>
>
>
> From: Hideyuki Inamasu
>
> Date: 01/08/05 15:19:53
>
> To: Windows System Software Devs Interest List
>
> Subject: Re:[ntdev] VTOOSD
>
>
>
> Hello, Egemen.
>
>
>
> Thank you for your advice. And let me confirm, you mean that there is no
>
> well-known procedure to port VTOOLS dependant to pure DDK environment,
>
> because it depends on driver source code. Is my uderstanding right?
>
>
>
> I appreciate your advice.
>
>
>
> Thank you,
>
> Hideyuki Inamasu.
>
> “Egemen Tas” wrote in message news:xxxxx@ntdev…
>
>> It depends on the code. But since you are new, I recommend you to get
>
>> driverStudio.
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> -------Original Message-------
>
>>
>
>>
>
>>
>
>> From: Hideyuki Inamasu
>
>>
>
>> Date: 01/07/05 15:10:09
>
>>
>
>> To: Windows System Software Devs Interest List
>
>>
>
>> Subject: [ntdev] VTOOSD
>
>>
>
>>
>
>>
>
>> Hello, let me ask for simple question, but for me this is very complex,
>
>>
>
>> because I do not have enough acknowlege of windows device driver
>
>> development
>
>>
>
>> (sorry for that).
>
>>
>
>>
>
>>
>
>> Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they
>
>> use
>
>>
>
>> VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.
>
>>
>
>>
>
>>
>
>> My questions are:
>
>>
>
>>
>
>>
>
>> 1. Is it possible to remove dependency to VTOOLSD and is there any
>
>>
>
>> well-known method to do that?
>
>>
>
>>
>
>>
>
>> 2. Which is easy for me whether buy DriverStudio or port those driver to
>
>>
>
>> pure DDK environment? If modification can be within one month per one
>
>>
>
>> person, I would like to port those drivers to pure DDK environment, but
>> it
>
>>
>
>> takes more than one month, I would like to buy DriverStudio.
>
>>
>
>>
>
>>
>
>> Sorry for bothering you all, but I need your advice.
>
>>
>
>>
>
>>
>
>> Thank you,
>
>>
>
>> Hideyuki Inamasu.
>
>>
>
>>
>
>>
>
>>
>
>>
>
>> —
>
>>
>
>> Questions? First check the Kernel Driver FAQ at http://www.osronline
>
>> com/article.cfm?id=256
>
>>
>
>>
>
>>
>
>> You are currently subscribed to ntdev as: xxxxx@gmail.com
>
>>
>
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>>
>
>
>
>
>
> —
>
> Questions? First check the Kernel Driver FAQ at http://www.osronline
> com/article.cfm?id=256
>
>
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
>
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

Hello, Maxim and Jamey.

Thank you very much for your advice and I now well understand that it is not
easy task to modify VTOOLSD dependant to pure DDK driver. I will make a
effort to get DriverStudio.

Again, thank you very much and I really appreciate you.

Thank you,
Hideyuki Inamasu.

“Egemen Tas” wrote in message news:xxxxx@ntdev…
> It depends on the code. But since you are new, I recommend you to get
> driverStudio.
>
>
>
>
>
> -------Original Message-------
>
>
>
> From: Hideyuki Inamasu
>
> Date: 01/07/05 15:10:09
>
> To: Windows System Software Devs Interest List
>
> Subject: [ntdev] VTOOSD
>
>
>
> Hello, let me ask for simple question, but for me this is very complex,
>
> because I do not have enough acknowlege of windows device driver
> development
>
> (sorry for that).
>
>
>
> Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they
> use
>
> VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.
>
>
>
> My questions are:
>
>
>
> 1. Is it possible to remove dependency to VTOOLSD and is there any
>
> well-known method to do that?
>
>
>
> 2. Which is easy for me whether buy DriverStudio or port those driver to
>
> pure DDK environment? If modification can be within one month per one
>
> person, I would like to port those drivers to pure DDK environment, but it
>
> takes more than one month, I would like to buy DriverStudio.
>
>
>
> Sorry for bothering you all, but I need your advice.
>
>
>
> Thank you,
>
> Hideyuki Inamasu.
>
>
>
>
>
> —
>
> Questions? First check the Kernel Driver FAQ at http://www.osronline
> com/article.cfm?id=256
>
>
>
> You are currently subscribed to ntdev as: xxxxx@gmail.com
>
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

Yeah I’d buy driver studio, I think you can get the whole thing for
$995, incl. softice.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Hideyuki Inamasu
Sent: Friday, January 07, 2005 8:09 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] VTOOSD

Hello, let me ask for simple question, but for me this is very complex,
because I do not have enough acknowlege of windows device driver
development
(sorry for that).

Now I need to maintain Win9x driver (TDI and FSD filter drivre) and they
use
VTOOLSD, but now DriverStudio (VTOOLSD) is not available for me.

My questions are:

  1. Is it possible to remove dependency to VTOOLSD and is there any
    well-known method to do that?

  2. Which is easy for me whether buy DriverStudio or port those driver to

pure DDK environment? If modification can be within one month per one
person, I would like to port those drivers to pure DDK environment, but
it
takes more than one month, I would like to buy DriverStudio.

Sorry for bothering you all, but I need your advice.

Thank you,
Hideyuki Inamasu.


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: xxxxx@nsisoftware.com
To unsubscribe send a blank email to xxxxx@lists.osr.com