Dear engineers:
I have a question about VDK,wether could I change a normal project to a VDK project?
Is that possible to do that?
How to change .ldf?
Thanks.
Dear engineers:
I have a question about VDK,wether could I change a normal project to a VDK project?
Is that possible to do that?
How to change .ldf?
Thanks.
Hi,
The complexity of porting a project to VDK depends upon the complexity of the project itself. When implementing a multi-threaded system, a fundamental aspect is deciding how to partition the application into threads. This is a decision which is up to the programmer to make depending on their specific needs, and hence we cannot provide a guide to porting your project to VDK.
We would strongly recommend that you consult the VDK User's Guide, together with the VDK Examples provided with VisualDSP++ for a greater understanding of how the VDK works, and how this will apply to porting your code.
The VDK Examples can be found at:
"<VisualDSP++ Installation Directory>\214xx\Examples\No Hardware Required\VDK"
The VDK Manual can be found from within the IDDE via:
'VisualDSP Help'->'Manuals'->'Software Tool Manuals'->'VDK Manual'.
Regards,
Kader
Hi,
The complexity of porting a project to VDK depends upon the complexity of the project itself. When implementing a multi-threaded system, a fundamental aspect is deciding how to partition the application into threads. This is a decision which is up to the programmer to make depending on their specific needs, and hence we cannot provide a guide to porting your project to VDK.
We would strongly recommend that you consult the VDK User's Guide, together with the VDK Examples provided with VisualDSP++ for a greater understanding of how the VDK works, and how this will apply to porting your code.
The VDK Examples can be found at:
"<VisualDSP++ Installation Directory>\214xx\Examples\No Hardware Required\VDK"
The VDK Manual can be found from within the IDDE via:
'VisualDSP Help'->'Manuals'->'Software Tool Manuals'->'VDK Manual'.
Regards,
Kader