Skip to content

jacobgqc/SwcTesterFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwcTesterFunction

Summary

This repository contains a VS 2022 solution that is comprised of two projects:

  1. SwcTesterFunction.csproj - a .NET6 Azure Function App that calls a function from a C++ DLL
  2. ReturnNumber.vcxproj - a C++ project that has a few different simple functions accepting and returning integer values.

The goal of this solution is to host a simple Function App that can access code in a C++ DLL.

About

This repository contains a solution with two projects: a templated .NET6 Function App and a simple CPP app that returns a number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published