Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a binary dll in the form of text in my source (I don't want to store it in a database or table, only in the source code itself)
I want to create a binary file from this text in Windows C drive

Convert Binary Text to=> Real File in MS Access VBA


What I have tried:

https://preview.redd.it/85uijznn5taa1.png?width=1249&format=png&auto=webp&s=45f588925384a501862f536665ffaa91bc48efbe[^]


might related to my question : https://stackoverflow.com/questions/37103607/convert-any-file-into-a-binary-file-and-vice-versa



How do I do this?
Posted
Updated 8-Jan-23 1:10am

1 solution

You just need to convert each group of digits to their actual binary value, which is an ASCII character. You can then build the complete string by combining the characters in sequence.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900